otLogin {opentick}R Documentation

Login to opentick servers

Description

Function to login to opentick servers

Usage

otLogin(username = NULL, password = NULL)

Arguments

username opentick account username
password opentick account password

Details

If username and/or password are not supplied, the user will be prompted to enter them on the command line.

Value

Returns the number one '1' invisibly.
Modifies .otConnection in the opentick namespace.

Warning

Your account password will not be encrypted as it is sent to the opentick server, since the server does not accept encrypted passwords.

Author(s)

Josh Ulrich

See Also

otLogout, otConnect


[Package opentick version 0.1-1 Index]