dataOverview | R Documentation |
Produce a Data Overview Quarto Section
dataOverview(
d,
d2 = NULL,
id = NULL,
plot = c("scatter", "dot", "none"),
pr = nvar <= 50,
which = 1,
dec = 3
)
d |
a data frame or table |
d2 |
optional second dataset used for analyzing uniqueness of subject IDs |
id |
optional formula providing names of subject identifiers |
plot |
specifies type of plot, defaulting to |
pr |
set to |
which |
when two datasets are given which one should be the focus |
dec |
certain summary statistics are rounded to the nearest |
Produces a multi-tabbed dataset overview as exemplified here. This includes provision of data about data such as variable type, symmetry, missingness, rarest and most common values.
nothing; renders a report with Quarto/RMarkdown
Frank Harrell
## Not run:
dataOverview(mydata, secondarydataset)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.