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
Examples
if (FALSE) { # \dontrun{
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)
})
} # }