MIC: MIC

Description Usage Arguments Details Value Author(s) Examples

Description

Market Identifier Codes

Usage

1
MIC(cache.ok = TRUE, verbose = FALSE)

Arguments

cache.ok

TRUE by default. If FALSE, the file will be redownloaded

verbose

FALSE by default. Do you want to see messages telling you whether the cached values were used or not?

Details

Download a spreadsheet with Market Identifier Codes and coerce to data.table. This is actually a closure. The results are cached, so that if you call this funciton twice, it will return the cached values the second time instead of redownloading the file.

Value

data.table

Author(s)

gsee

Examples

1
2
3
4
5
## Not run: 
MIC() # downloads file
MIC() # recalls cached data.table

## End(Not run)

gsee/symbology documentation built on May 17, 2019, 8:55 a.m.