Skip to content

Commit

Permalink
Merge pull request #75 from uace-azmet/document-az-15
Browse files Browse the repository at this point in the history
Run `document()` to add help file for `az_15min()`
  • Loading branch information
jeremylweiss authored Jun 26, 2024
2 parents a7398d7 + ba8cac2 commit 652e08f
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Imports:
tidyselect
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
URL: https://github.com/uace-azmet/azmetr, https://uace-azmet.github.io/azmetr/
BugReports: https://github.com/uace-azmet/azmetr/issues
Suggests:
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(az_15min)
export(az_add_units)
export(az_daily)
export(az_heat)
Expand Down
2 changes: 1 addition & 1 deletion R/az_15min.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Retrieve 15-minute Weather Data from AZMet
#'
#' Retrieves 15-minute data from the AZMet (Arizona Meteorological Network) API.
#' For a list of weather stations and their locations see see [station_info].
#' For a list of weather stations and their locations see [station_info].
#'
#' @param station_id Station ID can be supplied as numeric vector (e.g.
#' `station_id = c(8, 37)`) or as character vector with the prefix "az" and
Expand Down
65 changes: 65 additions & 0 deletions man/az_15min.Rd

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

0 comments on commit 652e08f

Please sign in to comment.