otLogin {opentick} | R Documentation |
Function to login to opentick servers
otLogin(username = NULL, password = NULL)
username |
opentick account username |
password |
opentick account password |
If username
and/or password
are not supplied, the user
will be prompted to enter them on the command line.
Returns the number one '1' invisibly.
Modifies .otConnection
in the opentick namespace.
Your account password will not be encrypted as it is sent to the opentick server, since the server does not accept encrypted passwords.
Josh Ulrich