transform_dates | R Documentation |
transform_dates() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform dates. The function returns Dates (a date vector).
transform_dates(dates_chr, drop_time_1L_lgl = F)
dates_chr |
Dates (a character vector) |
drop_time_1L_lgl |
Drop time (a logical vector of length one), Default: F |
Dates (a date vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.