Description Usage Arguments Value Examples
View source: R/download_site_data.R
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.
1 | download_site_data(save_dir = temp)
|
save_dir |
Path to save .tsv file containing site data. If save_dir isn't specified, site data will not be saved locally. |
Returns a data frame containing one row of site identifiers, details, and quality indicators per site
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.