inventory {dataseries} | R Documentation |
Inventory from www.dataseries.org
Description
Read latest time series inventory from
www.dataseries.org as a data.frame
.
Usage
inventory()
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
## Not run:
inv <- inventory() # will be cached
# search in the inventory
inv[grepl("consumer conf", inv$description, ignore.case = TRUE), ]
## End(Not run)
[Package dataseries version 0.2.0 Index]