Add a single character vector to describe a data frame in preparation for JSON-LD metadata generation using codebook() or metadata_list().

data_description(data) <- value

Arguments

data

the data frame

value

the description

Examples

data('bfi') data_description(bfi) <- "a small mock Big Five Inventory dataset" attributes(bfi)[[4]]
#> [1] "a small mock Big Five Inventory dataset"