Description Usage Arguments Details Value Examples
Scrape data from ATS website
1 | scrape_ats(bttn_nm = NULL, usr = NULL, pwd = NULL)
|
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 |
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'.
A tibble with automatic parsing of column types
1 | scrape_ats(usr = "my_username", pwd = "secret_code")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.