setExperigenCredentials function

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

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)

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

Returns

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

Examples

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

See Also

Other setup: setExperigenServer