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

Update help files.

parent 8a31cf5a
No related branches found
No related tags found
1 merge request!139Found a bug with repeating columns
...@@ -8,7 +8,7 @@ importRDB1(obs_url, asDateTime = FALSE, qw = FALSE, convertType = TRUE, ...@@ -8,7 +8,7 @@ importRDB1(obs_url, asDateTime = FALSE, qw = FALSE, convertType = TRUE,
tz = "") tz = "")
} }
\arguments{ \arguments{
\item{obs_url}{character containing the url for the retrieval} \item{obs_url}{character containing the url for the retrieval or a file path to the data file.}
\item{asDateTime}{logical, if \code{TRUE} returns date and time as POSIXct, if \code{FALSE}, Date} \item{asDateTime}{logical, if \code{TRUE} returns date and time as POSIXct, if \code{FALSE}, Date}
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
importWaterML1(obs_url, asDateTime = FALSE, tz = "") importWaterML1(obs_url, asDateTime = FALSE, tz = "")
} }
\arguments{ \arguments{
\item{obs_url}{character containing the url for the retrieval} \item{obs_url}{character containing the url for the retrieval or a file path to the data file.}
\item{asDateTime}{logical, if \code{TRUE} returns date and time as POSIXct, if \code{FALSE}, Date} \item{asDateTime}{logical, if \code{TRUE} returns date and time as POSIXct, if \code{FALSE}, Date}
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
importWaterML2(obs_url, asDateTime = FALSE, tz = "") importWaterML2(obs_url, asDateTime = FALSE, tz = "")
} }
\arguments{ \arguments{
\item{obs_url}{character containing the url for the retrieval} \item{obs_url}{character containing the url for the retrieval or a file path to the data file.}
\item{asDateTime}{logical, if \code{TRUE} returns date and time as POSIXct, if \code{FALSE}, Date} \item{asDateTime}{logical, if \code{TRUE} returns date and time as POSIXct, if \code{FALSE}, Date}
......
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