trktg_login: Authenticate to Track Tag website

View source: R/trktg_auth.R

trktg_loginR Documentation

Authenticate to Track Tag website

Description

Send username and password info to Track Tag website to log in to a user account.

Usage

trktg_login(usr, pwd)

Arguments

usr

username The username associated with the account

pwd

password The password used with the supplied username

Value

True if login succeeds, false if not.

See Also

trktg_logout for closing the session.

Examples

## Not run: 
trktg_login("some_user", "some_users_pw")

fixes <- fetch_trktg_positions()

trktg_logout()

## End(Not run)

Huh/collar documentation built on Jan. 19, 2025, 1:15 a.m.