
Get daily number of sessions given a range of years, months and weekdays
Source:R/exploration.R
get_daily_n_sessions.Rd
Get daily number of sessions given a range of years, months and weekdays
Examples
get_daily_n_sessions(
california_ev_sessions,
year = 2018, months = c(5, 6), wdays = 1
)
#> # A tibble: 0 × 2
#> # ℹ 2 variables: date <date>, n_sessions <int>