ats_parse_xml: Parse XML

ats_parse_xmlR Documentation

Parse XML

Description

Convert raw xml in HTTP response to tibble

Usage

ats_parse_xml(resp)

Arguments

resp

HTTP response object

Value

A tibble

Examples

## 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)


Huh/collar documentation built on Aug. 5, 2022, 11:02 p.m.