nbl_results {nblR} | R Documentation |
Get match results for all NBL matches
Description
Returns a data frame of all results in either wide or long form of all NBL matches played since 1979
Usage
nbl_results(wide_or_long)
Arguments
wide_or_long |
either 'wide' or 'long' to get either one row per match, or a row for each team for each match |
Value
returns a dataframe of match results
Examples
try({
results_wide <- nbl_results(wide_or_long="wide")
results_long <- nbl_results(wide_or_long="long")
})
[Package nblR version 0.0.4 Index]