Skip to content
Snippets Groups Projects
Commit 77f2d996 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Updated imports.

parent a9c9962a
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
......@@ -13,7 +13,7 @@
#' @export
#' @import RCurl
#' @import httr
#' @importFrom lubridate parse_date_time
#' @import lubridate
#' @examples
#' # These examples require an internet connection to run
#' \dontrun{
......
......@@ -20,7 +20,7 @@ Imports a table of available parameters, period of record, and count.
availableData <- whatNWISdata('05114000')
# To find just unit value ('instantaneous') data:
uvData <- whatNWISdata('05114000',service="uv")
uvDataMulti <- whatNWISdata(c('05114000','09423350'),service="uv")
uvDataMulti <- whatNWISdata(c('05114000','09423350'),service=c("uv","dv"))
}
\keyword{USGS}
\keyword{data}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment