View source: R/wrangle_events.R
wrangle_events | R Documentation |
Wrangles an input events data frame and prepares it for use by the the reporting functions in this package.
wrangle_events(db_events)
db_events |
data frame; A standard events table. |
A formatted data frame suitable for use by the report functions.
# Get test data db_events <- rarr::db_events events <- wrangle_events(db_events)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.