Learn R Programming

GSODR (version 4.1.3)

get_updates: Get updates.txt With Information on Updates to the GSOD Data Set

Description

Gets and imports the 'updates.txt' file that has a change log of GSOD data. Changes are shown in order from most recent to oldest changes by the "DATE" field. Column names follow GSODR naming conventions.

Usage

get_updates()

Arguments

Value

A data.table::data.table() object

See Also

Other metadata: get_inventory(), get_isd_history()

Examples

Run this code
if (FALSE) { # interactive()
get_updates()
}

Run the code above in your browser using DataLab