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

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()
}