list_tses: List the timeseries data available for a particular site

View source: R/list_tses.R

list_tsesR Documentation

List the timeseries data available for a particular site

Description

List the timeseries data available for a particular site

Usage

list_tses(site_name, with_ts_version = "rds", with_ts_archived = FALSE,
  with_ts_uploaded_after = "2015-01-01", limit = 10000)

Arguments

site_name

a character vector of length one with a site name such as those returned from make_site_name()

with_ts_version

one or more of c('rds','tsv') to limit the dataset extension to anything in with_ts_version (if the dataset is a ts)

with_ts_archived

one or more of c(TRUE,FALSE) to limit the list to sites that have a ts that's archived, not archived, or either

with_ts_uploaded_after

POSIXct, or convertible to POSIXct, giving date after which a ts must have been uploaded to count

limit

integer. the maximum number of items to return

Value

a character vector of timeseries names, or NULL if none exists

See Also

get_ts locate_ts list_sites

Examples

list_tses(site = "nwis_50231500")

USGS-R/mda.streams documentation built on June 3, 2023, 8:43 a.m.