Learn R Programming

codebook (version 0.9.6)

codebook_table: 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

Run this code
data("bfi")
codebook_table(bfi)

Run the code above in your browser using DataLab