View source: R/parse_rbr_download_date.R
parse_rbr_download_date | R Documentation |
RBR files typically save the date in the downloaded file name. This function parses that date to a POSIXct
parse_rbr_download_date(fn, tz = "UTC")
fn |
character scalar or vector of file name(s) |
tz |
character timezone |
POSIXct datetime
dt <- parse_rbr_download_date('20141117_1240') dt <- parse_rbr_download_date('201adf41a11a7_1240')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.