Learn R Programming

docuSignr (version 0.0.3)

docu_login: Authenticate DocuSign

Description

Login to DocuSign and get baseURL and accountId

Usage

docu_login(username = Sys.getenv("docuSign_username"),
  password = Sys.getenv("docuSign_password"),
  integrator_key = Sys.getenv("docuSign_integrator_key"), demo = FALSE)

Arguments

username

docuSign username

password

docuSign password

integrator_key

docusign integratorKey

demo

indicate whether to use DocuSign demo server

Examples

Run this code
# NOT RUN {
# assuming env variables are properly set up
(login <- docu_login())
# }

Run the code above in your browser using DataLab