get_daily_avg_n_sessions | R Documentation |
Get the daily average number of sessions given a range of years, months and weekdays
get_daily_avg_n_sessions(sessions, years, months, wdays)
sessions |
tibble, sessions data set in evprof standard format. |
years |
vector of integers, range of years to consider |
months |
vector of integers, range of months to consider |
wdays |
vector of integers, range of weekdays to consider |
tibble with the number of sessions of each date in the given time period
get_daily_avg_n_sessions(
california_ev_sessions,
year = 2018, months = c(5, 6), wdays = 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.