fix.ticker.name | R Documentation |
Removes bad symbols from names of tickers. This is useful for naming files with cache system.
fix.ticker.name(ticker.in)
ticker.in |
A bad ticker name |
A good ticker name
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.