codebook_table {codebook} | R Documentation |
Codebook metadata table
Description
will generate a table combining metadata from variable attributes
with data summaries generated using skimr::skim()
Usage
codebook_table(results)
Arguments
results |
a data frame, ideally with attributes set on variables |
Examples
data("bfi")
codebook_table(bfi)
[Package codebook version 0.9.2 Index]