Sets up the experimenter credentials for the further requests. It can also check whether the authentication is successful.
setExperigenCredentials(experimenter, password, check = TRUE, quiet = FALSE)
experimenter
: The experimenter usernamepassword
: The password for the experimentercheck
: Whether to check if the experimenter is registered.quiet
: If TRUE
, the function will not print out the result of the existence checkWhether the existence check is successful. If check = FALSE
, it will return TRUE
by default
## Not run: setExperigenCredentials("joesmith", "1234") ## End(Not run) setExperigenCredentials("janemiller", "passdrow", check = FALSE)
Other setup: setExperigenServer