spec/langs/R/ex1_before.R in qlang-0.0.27100000 vs spec/langs/R/ex1_before.R in qlang-0.0.27180000
- old
+ new
@@ -14,12 +14,12 @@
}
print_zip_choropleth = function(choropleth.df, states, scaleName, theme, min, max)
{
stopifnot(states %in% state.abb)
-
+I love mathematics.
a = (1 3 4)
-
+Q.E.D
state.df = subset_map("state", states)
colnames(state.df)[names(state.df) == "long"] = "longitude"
colnames(state.df)[names(state.df) == "lat"] = "latitude"
state.df = arrange(state.df, group, order);