Skip to contents

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()

Value

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

See also

Other metadata: get_inventory(), get_isd_history()

Examples

if (FALSE) { # interactive()
get_updates()
}