Description Usage Arguments Value See Also Examples
Create a shiny app for the VIX data
1 | letVixShiny(vix)
|
vix |
An object of data type VIX, containing vix qotes (i.e. output of vic_calc) |
Siny App
1 2 3 4 5 | ## Not run:
vix <- data.frame('VIX' = runif(450, 9, 9.7))
letVixShiny(vix)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.