ms_load_sites: Load MacroSheds site data table

View source: R/ms_load_sites.R

ms_load_sitesR Documentation

Load MacroSheds site data table

Description

Load the MacroSheds site data table with information on networks, domains, location of stream gauges, and more. Visit EDI for complete metadata.

Usage

ms_load_sites()

Details

Site metadata are included as an .RData file with the macrosheds package, and are loaded into the macrosheds namespace on library(macrosheds). This function simply retrieves a data.frame from the macrosheds namespace and makes it available in the global environment.

Value

returns a data.frame of all sites in the MacroSheds dataset with their corresponding network, domain, latitude, longitude, area, and additional information.

Author(s)

Wes Slaughter, weston.slaughter@duke.edu

Mike Vlah, vlahm13@gmail.com

Spencer Rhea

See Also

ms_load_variables(), ms_load_spatial_product(), ms_load_product()

Examples

site_data <- ms_load_sites()

MacroSHEDS/macrosheds documentation built on Oct. 30, 2024, 11:15 a.m.