text_toDate {forecasteR} | R Documentation |
Convert character to dates
Description
Convert character to dates
Usage
text_toDate(f)
Arguments
f |
a vector of character. |
Value
list
Author(s)
Diego Jimenez <diego.jimenez@promidat.com>
Examples
text_toDate(c("2023 january 27", "2023 january 28"))
[Package forecasteR version 2.0.2 Index]