agg_abolished_mun | R Documentation |
Aggregate abolished municipalicities
agg_abolished_mun(x, value_cols = c("values"), n_col = FALSE, na.rm = FALSE)
x |
A data.frame like object. |
value_cols |
A character vector of name of columns to aggregate. |
n_col |
A locigal to include number of observations in aggragation |
na.rm |
logical. Should missing values (including NaN) be removed? |
x <- data.frame(
alue_code = c("KU911", "KU541"),
alue_name = c("A", "B"), values = c(1,2))
agg_abolished_mun(x)
agg_abolished_mun(x, n_col = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.