toa_sports {oddsapiR} | R Documentation |
Get the Sports for which the Odds API provides coverage
toa_sports(all_sports=TRUE)
toa_sports(all_sports = TRUE)
all_sports |
(Logical required): If true, returns all sports and if false, returns only active sports. Defaults to true. |
Sports for which The Odds API provides betting information for as a tibble:
col_name | types |
key | character |
group | character |
title | character |
description | character |
active | logical |
has_outrights | logical |
try(toa_sports(all_sports = TRUE))