Description Usage Value Examples
View source: R/ghcn-stations-extract.R
This is a simply wrapper function to extract noaa ghcn
station, states, and countries metadata as individual tibbles.
This uses the rnoaa
package directly to do this.
1 |
This will be list with 3 separate tibbles named
ghcnd_stations, ghcnd_states, ghcnd_countries
1 2 3 4 | ## Not run:
ghcnd_stations_metadata <- backburner::noaa_ghcn_stations_extract()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.