get_squiggle_data: Access Squiggle data using the squiggle API service.

View source: R/fetch-squiggle-data.R

get_squiggle_dataR Documentation

Access Squiggle data using the squiggle API service.

Description

[Deprecated]

All 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

#
## Not run: 
get_squiggle_data()
# ->
fetch_squiggle_data()

## End(Not run)

jimmyday12/fitzRoy documentation built on March 26, 2024, 8:56 p.m.