get_meta: Get metadata (site data) from ScienceBase

View source: R/get_meta.R

get_metaR Documentation

Get metadata (site data) from ScienceBase

Description

Keeps a locally cached copy to reduce the size and number of requests to SB.

Usage

get_meta(types = list_metas(), out = "all", on_local_exists = c("skip",
  "replace"))

Arguments

types

one or more metadata types to select and merge into a single table. see the options with list_metas(); all are returned by default.

out

character vector or 'all'. if 'all', all columns from the selected types will be returned. if anything else, the selected columns will be returned.

on_local_exists

character indicating what to do if the folder already contains a file with the intended download name

Value

a metadata table


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