markets_table | R Documentation |
Wrapper function to return a
datatable
containing 'PredictIt' market data.
Can be displayed in a shinyApp
, RMarkdown document,
or exported via saveWidget()
.
markets_table(data)
data |
'PredictIt' market data, of class |
An interactive datatable
object
containing formatted bid and ask data for the provided market data.
data <- all_markets() markets_table(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.