Description Usage Arguments Value
View source: R/preprocessing.R
Get demand
1 2 3 4 5 6 7 | get_demand(
sessions,
dttm_seq,
aggregated = FALSE,
stacked = FALSE,
normalized = FALSE
)
|
sessions |
sessions data set |
dttm_seq |
vector with a sequence of datetime values |
aggregated |
single "Demand" column or one column for each profile |
stacked |
single "Profile" column or one column for each profile |
normalized |
True if sessions datatset is normalized (timeslots instead of datetimes) |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.