expand_data | R Documentation |
Expand compact data object to data frame
expand_data(data_events = NULL, model)
data_events |
A |
model |
A |
A data.frame
with rows as data observation
model <- make_model('X->M->Y')
make_events(model, n = 5) %>%
expand_data(model)
make_events(model, n = 0) %>%
expand_data(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.