codebook_table {codebook} | 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)