inventory: Inventory from www.dataseries.org

Description Usage Details Examples

View source: R/inventory.R

Description

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

Usage

1

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

1
2
3
4
5
6
## Not run: 
inv <- inventory()  # will be cached
# search in the inventory
inv[grepl("consumer conf", inv$description, ignore.case = TRUE), ]

## End(Not run)

dataseries documentation built on May 1, 2019, 8:02 p.m.