ats_parse_txt | R Documentation |
Convert raw text file in HTTP response to tibble
ats_parse_txt(resp, ...)
resp |
HTTP response object |
... |
Additional arguments passed to |
A tibble
## 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.