Skip to content

Commit

Permalink
updates reflecting new az_15min() function
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylweiss committed Jun 26, 2024
1 parent 652e08f commit 5cafd42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# azmetr (development version)

- Added function `az_15min()` for downloading 15-minute (a.k.a. "real-time") data, which now are available via the API

# azmetr 0.3.0

- `az_hourly()` now accepts dates for `start_date_time` and `end_date_time`
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ remotes::install_github("uace-azmet/azmetr")

## Example

For the most recent day of data from all stations, run functions without any arguments:
For the most recent data from all stations, run functions without any arguments:

``` r
library(azmetr)

az_15min()
az_daily()
az_hourly()
az_heat()
Expand Down

0 comments on commit 5cafd42

Please sign in to comment.