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

Adding asDateTime parameter.

parent b49aed55
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
......@@ -3,6 +3,7 @@
#' This function accepts a url parameter for a WaterML2 getObservation
#'
#' @param obs_url string containing the url for the retrieval
#' @param asDateTime logical, if TRUE returns date and time as POSIXct, if FALSE, Date
#' @return mergedDF a data frame containing columns agency, site, dateTime, values, and remark codes for all requested combinations
#' @export
#' @import XML
......
......@@ -7,6 +7,8 @@ importWaterML2(obs_url, asDateTime = FALSE)
}
\arguments{
\item{obs_url}{string containing the url for the retrieval}
\item{asDateTime}{logical, if TRUE returns date and time as POSIXct, if FALSE, Date}
}
\value{
mergedDF a data frame containing columns agency, site, dateTime, values, and remark codes for all requested combinations
......
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