utils_time_keywords_dictionary {distantia} | R Documentation |
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()
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
df <- utils_time_keywords_dictionary()
[Package distantia version 2.0.0 Index]