View source: R/process_auxiliary.R
process_collection | R Documentation |
Identify the GEOS-CF or MERRA2 collection based on the file path.
process_collection(
path,
source,
collection = FALSE,
date = FALSE,
datetime = FALSE
)
path |
character(1). File path to data file. |
source |
character(1). "geos" for GEOS-CF or "merra2" for MERRA2 |
collection |
logical(1). Identifies and returns collection name(s) based on provided file path(s). |
date |
logical(1). Identifies and returns date sequence (YYYYMMDD) based on provided file path(s). |
datetime |
logical(1). Identifies and returns date time sequence (YYYYMoMoDDHHMiMi) based on provided file path(s). |
character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.