Learn R Programming

rdwd (version 0.7.0)

fileIndex: Files available on the DWD CDC FTP server

Description

A data.frame with the filenames with path starting at the default base value: ftp://ftp-cdc.dwd.de/pub/CDC/observations_germany/climate/. Created with createIndex in the last section of https://github.com/brry/rdwd/blob/master/R/meta.R In functions, you can access it with rdwd:::fileIndex.

Arguments

Format

data.frame with character srings. 25'631 rows x 7 columns: res, var, per (see selectDWD), station id and time series start and end according to path.

See Also

metaIndex, indexDWD, selectDWD

Examples

Run this code

data(fileIndex)
head(fileIndex)

# in functions, you can use head(rdwd:::fileIndex), but I don't export it
# because Hadley says 'Never @export a data set' in
# browseURL("http://r-pkgs.had.co.nz/data.html#data-data")

Run the code above in your browser using DataLab