readAPI | R Documentation |
Calls the an SHL API
readAPI(url, ...)
url |
The url to the SHL API either the Index or the Portal |
... |
Additional queries for the API call. |
A data frame of the data.
readAPI(
url = "https://index.simulationhockey.com/api/v1/players/ratings",
query = list(league = 0, season = 63)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.