Learn R Programming

dataseries (version 0.2.0)

inventory: Inventory from

Description

Read latest time series inventory from http://www.dataseries.org as a data.frame.

Usage

inventory()

Arguments

Details

The downloaded data are cached in memory as long as the R session is open. If you want to force an update, either restart the R session or run cache_rm to emtpy the cache. cache_ls is a utility function that lists all cached objects.

Examples

Run this code
## Not run: ------------------------------------
# inv <- inventory()  # will be cached
# # search in the inventory
# inv[grepl("consumer conf", inv$description, ignore.case = TRUE), ]
## ---------------------------------------------

Run the code above in your browser using DataLab