R/codebook.R
compact_codebook.Rd
Generate only the tabular codebook and the machine-readable JSON-LD metadata.
compact_codebook(results)
the data frame
# will generate figures in a figure/ subdirectory if (FALSE) { # \dontrun{ data("bfi") bfi <- bfi[, c("BFIK_open_1", "BFIK_open_2")] compact_codebook(bfi) } # }