readNWISmeas(siteNumbers, startDate = "", endDate = "", tz = "")
Name | Type |
Description | agency_cd |
character | The NWIS code for the agency reporting the data |
site_no | character |
The USGS site number | tz_cd |
character | The time zone code for dateTime |
Name | Type |
Description | url |
character | The url used to generate the data |
queryTime | POSIXct |
The time the data was returned | comment |
character | Header comments from the RDB file |
siteInfo | data.frame |
A data frame containing information on the requested sites | Name |
constructNWISURL
, importRDB1
siteNumbers <- c('01594440','040851325')
## Not run:
# data <- readNWISmeas(siteNumbers)
# ## End(Not run)
Run the code above in your browser using DataLab