ats_parse_txt: Parse Text

ats_parse_txtR Documentation

Parse Text

Description

Convert raw text file in HTTP response to tibble

Usage

ats_parse_txt(resp, ...)

Arguments

resp

HTTP response object

...

Additional arguments passed to readr::read_csv

Value

A tibble

Examples

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


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