checkLogin: Checks whether the user is logged in.

Description Usage Value Examples

View source: R/registration.R

Description

Checks whether the user is logged in. It also throws an exception if the server is of an old version and logging in is not supported.

Usage

1

Value

The experimenter login user name

Examples

1
2
3
options(Rexperigen.server.version="2.0.0")
setExperigenCredentials("my", "credentials", check = FALSE)
checkLogin()

Rexperigen documentation built on May 1, 2019, 10:09 p.m.