Access Squiggle data using the squiggle API service.
Source:R/fetch-squiggle-data.R
get_squiggle_data.RdAll get_ functions were replaced with fetch_* functions.
Please use fetch_squiggle_data() instead
Usage
get_squiggle_data(
query = c("teams", "sources", "games", "tips", "ladder", "standings", "virtual", "pav"),
...
)Examples
#
if (FALSE) { # \dontrun{
get_squiggle_data()
# ->
fetch_squiggle_data()
} # }