authenticate_sb {sbtools} | R Documentation |
Authenticate to SB for subsequent calls [DEPRECATED]
Description
THIS AUTHENTICATION METHOD NO LONGER WORKS FOR INDIVIDUAL LOGIN SESSIONS
Usage
authenticate_sb(username, password)
Arguments
username |
Sciencebase username |
password |
Sciencebase password, prompts user if not supplied and
no password is returned by 'keyring::key_get("sciencebase", username)'.
See |
Details
This connects to SB, authenticates and gets a session token for communicating with SB. If you do not supply a username or password, you will be prompted to enter them.
[Package sbtools version 1.4.1 Index]