Skip to contents

Returns a data frame of a race's betting pools A function used to parse output race lists from get_past_race_content or get_past_races

Usage

parse_pools(race_list)

Arguments

race_list

output from get_past_race_content or get_past_races

Value

returns a dataframe of all race meet betting pools

Examples

if (FALSE) {
try({
races <- get_race_data(meet_date="2022-09-03", venue_mnem="M", race_type="R", race_num=NULL)
df <- parse_pools(race_list=races)
})
}