ats_login: Authenticate to ATS Website

View source: R/ats_auth.R

ats_loginR Documentation

Authenticate to ATS Website

Description

Pass credentials to ATS website and save login information

Usage

ats_login(usr, pwd)

Arguments

usr

username

pwd

password

Value

True if login succeeds

See Also

ats_logout for closing the session

Examples

## Not run: 

ats_login("mary", ".")

events <- fetch_ats_events()

ats_logout()


## End(Not run)


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