Fetches a character vector to be used as a label for a column from a pre-determined list of labels.

fetch_label(col)

Arguments

col

a string representing a column name from a dataframe

Value

a character vector

Examples

fetch_label("age")
#> [1] "Age"