Learn R Programming

distantia (version 2.0.0)

utils_time_keywords_dictionary: Dictionary of Time Keywords

Description

Called by utils_time_keywords_translate() to generate a data frame that helps translate misnamed or abbreviated time keywords, like "day", "daily", or "d", into correct ones such as "days".

Usage

utils_time_keywords_dictionary()

Arguments

Value

data frame

See Also

Other internal_time_handling: utils_as_time(), utils_coerce_time_class(), utils_is_time(), utils_new_time(), utils_time_keywords(), utils_time_keywords_translate(), utils_time_units()

Examples

Run this code
df <- utils_time_keywords_dictionary()

Run the code above in your browser using DataLab