R/create_data_wrangling_report.R
    create_data_wrangling_report.Rdcreate_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) |