lotek_login | R Documentation |
Send username and password info to Lotek API to log in to a user account.
lotek_login(usr, pwd, user, pw)
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 |
True if login succeeds, false if not.
lotek_logout
for closing the session.
## Not run:
lotek_login("demo", "PASSWORD09")
alerts <- fetch_lotek_alerts()
lotek_logout()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.