format_market_data: Format bid and ask market data with HTML

format_market_dataR Documentation

Format bid and ask market data with HTML

Description

Wrapper function to apply HTML formatting to 'PredictIt' market data. Can be displayed in a shiny app, or standalone in an htmlwidget (e.g. datatable).

Usage

format_market_data(data)

Arguments

data

'PredictIt' market data, of class data.frame or tibble, as returned by all_markets() or single_market.

Value

A tibble containing bid and ask data formatted with HTML tags and user-friendly column names.

Examples

## Only run this example in interactive R sessions
if (interactive()) {
    data <- all_markets()
    format_market_data(data)
}

rpredictit documentation built on July 19, 2022, 5:06 p.m.