Skip to content

Commit

Permalink
Updates documentation to reflect possible vector input
Browse files Browse the repository at this point in the history
  • Loading branch information
eliocamp authored and sckott committed Oct 14, 2020
1 parent 18d463d commit 3954d66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/ghcnd.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#' entire weather dataset for the site.
#'
#' @export
#' @param stationid (character) A character string giving the identification of
#' the weather station for which the user would like to pull data. To get a full
#' @param stationid (character) A character vector giving the identification of
#' the weather stations for which the user would like to pull data. To get a full
#' and current list of stations, the user can use the [ghcnd_stations()]
#' function. To identify stations within a certain radius of a location, the
#' user can use the [meteo_nearby_stations()] function.
Expand Down
4 changes: 2 additions & 2 deletions man/ghcnd.Rd

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

4 changes: 2 additions & 2 deletions man/ghcnd_search.Rd

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

4 changes: 2 additions & 2 deletions man/meteo_tidy_ghcnd.Rd

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

0 comments on commit 3954d66

Please sign in to comment.