View source: R/populateSiteINFO.r
populateSiteINFO | R Documentation |
Populates INFO data frame with additional user-supplied information. Also removes fields not related to WRTDS study.
populateSiteINFO(INFO, siteNumber, interactive = TRUE)
INFO |
dataframe with value and code columns |
siteNumber |
character USGS site number |
interactive |
logical Option for interactive mode. If TRUE, there is user interaction for error handling and data checks. Default is TRUE. If running in batch, should be set to FALSE. |
INFO dataframe
library(dataRetrieval)
INFO <- readNWISsite('01594440')
siteNumber <- "01594440"
siteINFO <- populateSiteINFO(INFO, siteNumber, interactive = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.