scrape_ats: Scrape data from ATS website

Description Usage Arguments Details Value Examples

View source: R/scrape_ats.R

Description

Scrape data from ATS website

Usage

1
scrape_ats(bttn_nm = NULL, usr = NULL, pwd = NULL)

Arguments

bttn_nm

The name of the button to download data from

usr

The username associated with the account

pwd

The password used with the supplied username

Details

The url where the function attempts to gain access is atsidaq.net.

To download from a new button name use the developer tools in your browser and record the name of the button as described there. For example, the download all button has CSS name 'ctl00$ContentPlaceHolder1$DownloadAll3'.

Value

A tibble with automatic parsing of column types

Examples

1
scrape_ats(usr = "my_username", pwd = "secret_code")

Huh/CollarDownloadeR documentation built on May 27, 2019, 11:47 p.m.