yearly_summary | R Documentation |
Make a yearly summary table of a land use variable
yearly_summary(df, group, var, use_forecast = FALSE)
df |
A |
group |
The variable to use for grouping the zones (for instance, "County"). |
var |
The variable to sum (for instance, "POPULATION") |
A data_frame
with the grouping variable in each row, and the
value of the variable at each time stage going across the columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.