View source: R/data_overview.R
data_overview | R Documentation |
Provides an overview table for the input dataset.
data_overview(.data, .caption = "", .print = TRUE, .percent_missing = 30)
.data |
A data.frame or tibble. |
.caption |
A character vector used as the caption of the output. |
.print |
If .print = TRUE, an HTML output is generated, else a matrix is returned. |
.percent_missing |
A number determining the percentage of missingness used to count variables with high amount of missing values. |
Either a HTML output for use in Markdown files or a matrix.
-
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.