View source: R/codebook_table.R
codebook_table | R Documentation |
will generate a table combining metadata from variable attributes
with data summaries generated using skimr::skim()
codebook_table(results)
results |
a data frame, ideally with attributes set on variables |
data("bfi")
codebook_table(bfi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.