View source: R/ms_load_sites.R
ms_load_sites | R Documentation |
Load the MacroSheds site data table with information on networks, domains, location of stream gauges, and more. Visit EDI for complete metadata.
ms_load_sites()
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.
returns a data.frame
of all sites in the MacroSheds dataset
with their corresponding network, domain, latitude, longitude, area, and
additional information.
Wes Slaughter, weston.slaughter@duke.edu
Mike Vlah, vlahm13@gmail.com
Spencer Rhea
ms_load_variables()
, ms_load_spatial_product()
, ms_load_product()
site_data <- ms_load_sites()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.