yearly_summary: Make a yearly summary table of a land use variable

View source: R/population.R

yearly_summaryR Documentation

Make a yearly summary table of a land use variable

Description

Make a yearly summary table of a land use variable

Usage

yearly_summary(df, group, var, use_forecast = FALSE)

Arguments

df

A data_frame of zones, such as is stored in the sqlite database.

group

The variable to use for grouping the zones (for instance, "County").

var

The variable to sum (for instance, "POPULATION")

Value

A data_frame with the grouping variable in each row, and the value of the variable at each time stage going across the columns.


pbsag/swimr documentation built on July 4, 2025, 12:10 p.m.