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
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