Learn R Programming

GSODR (version 5.0.0)

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

Examples

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

Run the code above in your browser using DataLab