From 77f2d99611e49b8cdee5edde2b3f66225ec2f345 Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Mon, 3 Nov 2014 10:06:26 -0600 Subject: [PATCH] Updated imports. --- R/importWQP.R | 2 +- man/whatNWISData.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/importWQP.R b/R/importWQP.R index 972e08e0..6cd2c41b 100644 --- a/R/importWQP.R +++ b/R/importWQP.R @@ -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{ diff --git a/man/whatNWISData.Rd b/man/whatNWISData.Rd index 8d18b1f0..fadefc34 100644 --- a/man/whatNWISData.Rd +++ b/man/whatNWISData.Rd @@ -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} -- GitLab