single_market: Get bids and asks for a specific 'PredictIt' market

single_marketR Documentation

Get bids and asks for a specific 'PredictIt' market

Description

Wrapper function to get data for a specific market.

Usage

single_market(id)

Arguments

id

Numerical code pertaining to the market. You can find a market's numerical code by consulting its URL or by first calling the all markets API.

Value

A tibble containing bid and ask data for a specific 'PredictIt' market.

Examples

## Only run this example in interactive R sessions
if (interactive()) {
   markets <- all_markets()
   id <- markets$id[1]
   single_market(id)
}

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