You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows to aggregate time series to the specified year_to municipality data.
Options for summarize_fun: sum, mean, median, min, max, ...
Options for weight: NULL, population, area
Output: tibble with columns: year, value
Discussion: Add weight to output? (how much did each municipality contribute to the output value)
e.g. additional column weight_info:
"3 municipalities: 20%, 30%, 50%"
The text was updated successfully, but these errors were encountered:
Allows to aggregate time series to the specified year_to municipality data.
Options for summarize_fun: sum, mean, median, min, max, ...
Options for weight: NULL, population, area
Output: tibble with columns: year, value
Discussion: Add weight to output? (how much did each municipality contribute to the output value)
e.g. additional column weight_info:
"3 municipalities: 20%, 30%, 50%"
The text was updated successfully, but these errors were encountered: