tweet_markets {rpredictit}R Documentation

Get bids and asks for all 'PredictIt' tweet markets

Description

Wrapper function to get all available 'PredictIt' tweet count markets and contract prices.

Usage

tweet_markets()

Value

A tibble containing bid and ask data for all tweet count markets.

Examples

## Only run this example in interactive R sessions
if (interactive()) {
    tweet_markets()
}

[Package rpredictit version 0.1.0 Index]