ats_get | R Documentation |
Submit an http GET request to the ATS website
ats_get(path, task = "download data", ...)
path |
Character or list for the request path. |
task |
Character describing the purpose of the current request. If the request fails the message 'Failed to [task]' is displayed. |
... |
Additional options passed to |
HTTP response object
GET
## Not run:
ats_login("mary", ".")
ats_get(
path = list(
"download_all_events",
"download_all_events.aspx?dw=all"
),
task = "download event data"
) %>%
ats_parse_txt()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.