Skip to contents

Returns all betting markets data for a selected TAB competition

Usage

get_sports_market(competition_name)

Arguments

competition_name

the name of the TAB competition. Found under the competitions page selector

Value

returns a dataframe of bets available for the selected competition

Examples

if (FALSE) {
try({
df <- get_sports_market("Major League Baseball Futures")
})
}