Assign column labels from a data dictionary
Examples
if (FALSE) { # \dontrun{
dubliners_dictionary <- data.frame(
variable = "doc_id",
label = "story title"
)
vocab_dubliners <- vocab_dubliners |>
set_data_dictionary(dubliners_dictionary)
} # }
