trktg_login | R Documentation |
Send username and password info to Track Tag website to log in to a user account.
trktg_login(usr, pwd)
usr |
username The username associated with the account |
pwd |
password The password used with the supplied username |
True if login succeeds, false if not.
trktg_logout
for closing the session.
## Not run:
trktg_login("some_user", "some_users_pw")
fixes <- fetch_trktg_positions()
trktg_logout()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.