Description Usage Arguments Value Examples
View source: R/download_metabolism_estimates.R
Download daily metabolism estimates and potential predictor variables for 356 rivers. See metadata associated with data release item 8: Metabolism estimates and predictors.
1 | download_metabolism_estimates(save_dir = temp, overwrite_file = FALSE)
|
save_dir |
Path to save .tsv file containing daily metabolism estimates. If save_dir isn't specified, metabolism estimates will not be saved locally. |
overwrite_file |
Boolean indicating if daily_predictions.tsv file should be overwritten if it already exists. Default is FALSE. |
Returns one data frame containing daily metabolism estimates for 356 rivers.
1 2 3 4 5 6 | download_metabolism_estimates()
## Not run:
download_metabolism_estimates(save_dir = "./data/daily_estimates",overwrite_file=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.