Skip to content

Commit

Permalink
Quotes added to stat and time in ag5_extract
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrownf committed Feb 6, 2024
1 parent 355379d commit 7d2103d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions R/extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
#'
#'# Valid statistics for variable "Temperature-Air-2m"
#'\itemize{
#'\item Max-24h
#'\item Mean-24h
#'\item Min-24h
#'\item Max-Day-Time
#'\item Mean-Day-Time
#'\item Mean-Night-Time
#'\item Min-Night-Time}
#'\item "Max-24h"
#'\item "Mean-24h"
#'\item "Min-24h"
#'\item "Max-Day-Time"
#'\item "Mean-Day-Time"
#'\item "Mean-Night-Time"
#'\item "Min-Night-Time"}
#'
#'# Variables that require statistic
#'For the following variables, only 24 hour mean statistic is available,
Expand All @@ -67,11 +67,11 @@
#'
#'# Valid time values for variable "Relative-Humidity-2m"
#'\itemize{
#' \item 06h
#' \item 09h
#' \item 12h
#' \item 15h
#' \item 18h
#' \item "06h"
#' \item "09h"
#' \item "12h"
#' \item "15h"
#' \item "18h"
#'}
#'
#'@return \code{numeric} vector with length equal to the number of dates between first and
Expand Down
24 changes: 12 additions & 12 deletions man/ag5_extract.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d2103d

Please sign in to comment.