View source: R/download_utils.R
get_timeseries_local | R Documentation |
Extract Timeseries from local file list
get_timeseries_local(
fileList,
ids = NULL,
index_id = "feature_id",
varname = "streamflow",
outfile = NULL
)
fileList |
a list of non-gridded NWM outputs |
ids |
a set of ids to limit the returned data to |
index_id |
the name of the id attributes |
varname |
the name of the variable |
outfile |
file path to save data to (.nc extension) |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.