fix.ticker.name {BatchGetSymbols} | R Documentation |
Fix name of ticker
Description
Removes bad symbols from names of tickers. This is useful for naming files with cache system.
Usage
fix.ticker.name(ticker.in)
Arguments
ticker.in |
A bad ticker name |
Value
A good ticker name
Examples
bad.ticker <- '^GSPC'
good.ticker <- fix.ticker.name(bad.ticker)
good.ticker
[Package BatchGetSymbols version 2.6.4 Index]