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