stl_merge | R Documentation |
Combines rows of data from the two St. Louis counties into one.
stl_merge(
df,
...,
weight_var = "",
method = "mean",
simple = F,
other_grouping_vars = "",
just_replace_FIPS = F,
keep_counties = F
)
... |
Column names to combine. |
weight_var |
A variable to use when weighting the counties. Defaults to |
method |
"mean" or "sum". Defaults to mean. |
df_original |
A data frame. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.