Description Usage Arguments Details Note Author(s) See Also
Start a shiny application that shows the top five levels of the BATS order book for a stock.
1 | shinyBATS(port = 8100L, launch.browser = interactive())
|
port |
The TCP port that the application should listen on. Defaults to port 8100. |
launch.browser |
If |
... |
arguments to |
This shiny app simply calls getQuote.BATS
and plots the result. It requests new data every second,
but the data from BATS only updates every five seconds.
The code for this shiny app can be found in the shinyBATS directory at the top level of this package.
documentation for shiny
arguments copied from
?shiny::runApp
Garrett See
getQuote.BATS
, getQuote
,
runApp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.