setExperigenCredentials: Sets up the experimenter credentials for the further...

Description Usage Arguments Value See Also Examples

View source: R/server.R

Description

Sets up the experimenter credentials for the further requests. It can also check whether the authentication is successful.

Usage

1
setExperigenCredentials(experimenter, password, check = TRUE, quiet = FALSE)

Arguments

experimenter

The experimenter username

password

The password for the experimenter

check

Whether to check if the experimenter is registered.

quiet

If TRUE, the function will not print out the result of the existence check

Value

Whether the existence check is successful. If check = FALSE, it will return TRUE by default

See Also

Other setup: setExperigenServer

Examples

1
2
3
4
5
## Not run: 
setExperigenCredentials("joesmith", "1234")

## End(Not run)
setExperigenCredentials("janemiller", "passdrow", check = FALSE)

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