lotek_login: Authenticate to Lotek API

View source: R/lotek_auth.R

lotek_loginR Documentation

Authenticate to Lotek API

Description

Send username and password info to Lotek API to log in to a user account.

Usage

lotek_login(usr, pwd, user, pw)

Arguments

usr

username The username associated with the account

pwd

password The password used with the supplied username

user

deprecated to align with other functions in collar

pw

deprecated to align with other functions in collar

Value

True if login succeeds, false if not.

See Also

lotek_logout for closing the session.

Examples


lotek_login("demo", "PASSWORD09")

alerts <- fetch_lotek_alerts()

lotek_logout()


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