View source: R/create_data_wrangling_report.R
create_data_wrangling_report | R Documentation |
create_data_wrangling_report
create_data_wrangling_report(
data_wrangling,
out_dir = NULL,
out_prefix = NULL,
out_suffix = NULL,
quiet = TRUE
)
data_wrangling |
data wrangling output |
out_dir |
output directory (default: NULL) if null, saves to current working directory |
out_prefix |
output file prefix (default: NULL) |
out_suffix |
output file suffix (default: NULL) |
quiet |
suppress message from rmarkdown::render() (default: TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.