locate_ts_meta: Find a timeseries metadata object on ScienceBase

View source: R/locate_ts_meta.R

locate_ts_metaR Documentation

Find a timeseries metadata object on ScienceBase

Description

Find a timeseries metadata object on ScienceBase

Usage

locate_ts_meta(type, format = c("id", "url"), by = c("tag", "dir",
  "either"), limit = 5000, browser = (format == "url"))

Arguments

type

the type of ts metadata you want (currently there's only var_src_codes)

format

character indicating whether the folder should be returned as an ID or as a full URL

by

character indicating how to search for the item: using tags ("tag", the default and recommended option), by scanning the parent directory for the desired title ("dir"), or both in combination ("either")?

limit

number of items to return, as in query_item_identifier or item_list_children

browser

logical. Should the URL be opened in a browser?

Examples

## Not run: 
locate_ts_meta('basic')

## End(Not run)

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