brf_describe | R Documentation |
Get a briefing of a data frame
brf_describe(
df,
groupings = NULL,
na.rm = F,
output_filename = "briefing.html",
output_dir = NULL
)
df |
the data frame to summarise |
groupings |
The columns to use as grouping variables as a character vector. |
output_filename |
The name of the .html report (default: "briefing.html") |
output_dir |
The folder where to put the report. (default: 'NULL') If set to 'NULL' the report will be put in the current working directory Otherwise this parameter will be passed to the 'output_dir' parameter of rmarkdown::render() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.