Description Usage Arguments Value Author(s)
An auxiliary function to convert the date format used in the files on the FTP server of the DWD into a format, which can be handled by the lubridate package.
1 2 | ## S3 method for class 'numeric'
convert.date(input.data, origin = "1970-01-01")
|
input.data |
A numerical vector containing the input date. |
origin |
Day the numerical representation of the date will be zero. Per default, as used in the POSIX standard, it is the string "1970-01-01". |
Vector of Date objects of the same length as the
input vector input.data.
Philipp Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.