download_site_data: Download site data

Description Usage Arguments Value Examples

View source: R/download_site_data.R

Description

Download site information for all sites contained within "Metabolic estimates for 356 rivers (2007-2017), https://doi.org/10.5066/F70864KX." See metadata associated with data item 1: Site data.

Usage

1
download_site_data(save_dir = temp)

Arguments

save_dir

Path to save .tsv file containing site data. If save_dir isn't specified, site data will not be saved locally.

Value

Returns a data frame containing one row of site identifiers, details, and quality indicators per site

Examples

1
2
3
4
5
6
7
download_site_data()

## Not run: 

pc_sites <- download_site_data(save_dir = "./data/site_data")

## End(Not run)

lekoenig/Appling356MetabolicRegimes documentation built on Dec. 21, 2021, 9:51 a.m.