get_site_info: Get a very basic summary of a site

View source: R/get_site_info.R

get_site_infoR Documentation

Get a very basic summary of a site

Description

Get a very basic summary of a site

Usage

get_site_info(site_name, on_missing = c("NA", "omit"), attach.units = TRUE)

Arguments

site_name

the name[s] of the site[s], e.g., 'nwis_05515500'

on_missing

character specifying how to treat missing sites. Use "NA" to include missing sites in the output but with NA for both lon and lat. Use "omit" to omit those sites from the output.

attach.units

logical. Should units be attached?

See Also

get_meta, view_google_map


USGS-R/powstreams documentation built on June 3, 2023, 8:58 a.m.