get_timeseries: Extract Timeseries from file list

View source: R/get_data.R

get_timeseriesR Documentation

Extract Timeseries from file list

Description

Extract Timeseries from file list

Usage

get_timeseries(
  fileList,
  ids = NULL,
  index_id = "feature_id",
  varname = "streamflow",
  outfile = NULL
)

Arguments

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)

Value

data.frame


mikejohnson51/nwmTools documentation built on Dec. 4, 2024, 12:25 p.m.