powered by
Sets and returns the NITRC credentials. Should error if it cannot find the environment variables or they are not provided.
set_credentials(username = NULL, password = NULL, error = TRUE)
is the NITRC login user name. If NULL this will should be provided through the NITRC_WEB_USER system variable.
NULL
NITRC_WEB_USER
is the NITRC login user password If NULL this will should be provided through the NITRC_WEB_PASS system variable.
NITRC_WEB_PASS
Should this function error if variables are not specifed?
List of username and password
username
password
# NOT RUN { set_credentials(username = "user", password = "pass") # }
Run the code above in your browser using DataLab