hrbrpkghelpr::global_opts()
hrbrpkghelpr::stinking_badges()
hrbrpkghelpr::yank_title_and_description()

What's Inside The Tin

The following functions are implemented:

hrbrpkghelpr::describe_ingredients()

TODO

Cover the following API endpoints:

Installation

hrbrpkghelpr::install_block()

Usage

library(tempestwx)

# current version
packageVersion("tempestwx")

Station Metadata

st <- tempest_station_meta()

str(st)

Latest Observations

str(
  latest_observation(st$stations$station_id)
)

Device Observations

str(
  latest_device_observation(st$stations$devices[[1]]$device_id[2])$obs
)

Latest Forecast

knitr::kable(
  latest_forecast(st$stations$station_id[1])$forecast,
  format = "markdown"
)

tempestwx Metrics

cloc::cloc_pkg_md()

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



hrbrmstr/tempestwx documentation built on May 7, 2022, 4:49 p.m.