Learn R Programming

PhotosynQ (version 0.2.3)

login: Login to 'PhotosynQ'

Description

Login to 'PhotosynQ' to allow data access.

Usage

login(email = "", url = photosynq.env$DEFAULT_API_DOMAIN)

Arguments

email

Your email address you use to login

url

(optional) Change the default URL to point to another instance

Value

Session key is received and session data is stored as a global variable. Otherwise nothing is returned.

Details

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.

Examples

Run this code
# NOT RUN {
login("john.doe@domain.com")
# }

Run the code above in your browser using DataLab