docu_login {docuSignr} | R Documentation |
Login to DocuSign and get baseURL and accountId
docu_login(username = Sys.getenv("docuSign_username"),
password = Sys.getenv("docuSign_password"),
integrator_key = Sys.getenv("docuSign_integrator_key"), demo = FALSE)
username |
docuSign username |
password |
docuSign password |
integrator_key |
docusign integratorKey |
demo |
indicate whether to use DocuSign demo server |
## Not run:
# assuming env variables are properly set up
(login <- docu_login())
## End(Not run)