login {PhotosynQ} | R Documentation |
Login to 'PhotosynQ' to allow data access.
login(email = "", url = photosynq.env$DEFAULT_API_DOMAIN)
email |
Your email address you use to login |
url |
(optional) Change the default URL to point to another instance |
This function allows a user to login to 'PhotosynQ' and start a session. The
functions getProjectInfo
, getProjectData
,
getProject
and logout
require a session started
by login in. A login is only required once at the beginning of a session.
Session key is received and session data is stored as a global variable. Otherwise nothing is returned.
The password needs to be entered in a dialog and gets never saved nor should it be saved anywhere in the code.
## Not run:
login("john.doe@domain.com")
## End(Not run)