Description Usage Arguments Value Examples
Removes bad symbols from names of tickers. This is useful for naming files with cache system.
1 | fix.ticker.name(ticker.in)
|
ticker.in |
A bad ticker name |
A good ticker name
1 2 3 | bad.ticker <- '^GSPC'
good.ticker <- fix.ticker.name(bad.ticker)
good.ticker
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.