View source: R/dates-manipulation.R
dates_from_files | R Documentation |
Extract dates from file names
dates_from_files(x, quietly = TRUE, sort_dates = FALSE)
x |
charcter |
quietly |
logical. If TRUE, function evaluates without displaying customary messages. |
sort_dates |
logical. Should the results of the dates be sorted chronologically? |
a vector of class Date
Other date manipulation:
complete_dates()
dates_from_files("MERGE_CPTEC_20201201.grib2")
dates_from_files("brick-ETo-25km-19800101-20170731.nc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.