compact_codebook: Compact Codebook

View source: R/codebook.R

compact_codebookR Documentation

Compact Codebook

Description

Generate only the tabular codebook and the machine-readable JSON-LD metadata.

Usage

compact_codebook(results)

Arguments

results

the data frame

Examples

# will generate figures in a figure/ subdirectory
## Not run: 
data("bfi")
bfi <- bfi[, c("BFIK_open_1", "BFIK_open_2")]
compact_codebook(bfi)

## End(Not run)

rubenarslan/codebook documentation built on Nov. 13, 2022, 12:40 p.m.