checkLogin {Rexperigen}R Documentation

Checks whether the user is logged in.

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

checkLogin()

Value

The experimenter login user name

Examples

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


[Package Rexperigen version 0.2.1 Index]