setExperigenCredentials {Rexperigen} | R Documentation |
Sets up the experimenter credentials for the further requests. It can also check whether the authentication is successful.
Description
Sets up the experimenter credentials for the further requests. It can also check whether the authentication is successful.
Usage
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 |
Value
Whether the existence check is successful. If check = FALSE
,
it will return TRUE
by default
See Also
Other setup: setExperigenServer
Examples
## Not run:
setExperigenCredentials("joesmith", "1234")
## End(Not run)
setExperigenCredentials("janemiller", "passdrow", check = FALSE)
[Package Rexperigen version 0.2.1 Index]