ats_parse_xml | R Documentation |
Convert raw xml in HTTP response to tibble
ats_parse_xml(resp)
resp |
HTTP response object |
A tibble
## Not run:
ats_login("mary", ".")
ats_post(
path = "Servidor.ashx",
body = list(
consulta = "download_txt_collars",
type = "004",
parameter1 = "",
parameter2 = ""
),
task = "download position data"
) %>%
ats_parse_xml()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.