codebook_data_info {codebook} | R Documentation |
Codebook data info
Description
A readout of the metadata for this dataset, with some defaults set
Usage
codebook_data_info(results, indent = "##")
Arguments
results |
a data frame which has the following columns: session, created, modified, expired, ended |
indent |
add # to this to make the headings in the components lower-level. defaults to beginning at h2 |
Examples
# will generate figures in a figure/ subdirectory
data("bfi")
metadata(bfi)$name <- "MOCK Big Five Inventory dataset (German metadata demo)"
metadata(bfi)$description <- "a small mock Big Five Inventory dataset"
metadata(bfi)$citation <- "doi:10.5281/zenodo.1326520"
metadata(bfi)$url <-
"https://rubenarslan.github.io/codebook/articles/codebook.html"
codebook_data_info(bfi)
[Package codebook version 0.9.2 Index]