fill_geom_usage_date_data_with_nesting() utility function for filling geom usage per day
from the function summarise_per_day() supporting nesting.
Usage
fill_geom_usage_date_data_with_nesting(
data_usage_per_day,
nesting_column = NULL,
target_year = 2025
)Arguments
- data_usage_per_day
Tibble containing geom usage per day, generated from
summarise_per_day()- target_year
Target year. Defaults to 2025 as that's the first year of ggplot2wraped!
