Learn R Programming

GSODR (version 1.2.0)

get_inventory: Download and Return a Tidy Data Frame of GSOD Weather Station Data Inventories

Description

The NCEI maintains a document, <ftp://ftp.ncdc.noaa.gov/pub/data/noaa/isd-inventory.txt>, which shows the number of weather observations by station-year-month from the beginning of the stations' records. This function retrieves that document, prints the header to display the last update time and returns a data frame of the inventory information for each station-year-month.

Usage

get_inventory()

Arguments

Value

A data frame as a tibble tibble object of station inventories

Examples

Run this code
# NOT RUN {
inventory <- get_inventory()
# }

Run the code above in your browser using DataLab