docu_templates {docuSignr} | R Documentation |
View templates
Description
See all templates associated with account
Usage
docu_templates(username = Sys.getenv("docuSign_username"),
password = Sys.getenv("docuSign_password"),
integrator_key = Sys.getenv("docuSign_integrator_key"), base_url)
Arguments
username |
docuSign username |
password |
docuSign password |
integrator_key |
docusign integratorKey |
base_url |
docuSign baseURL |
Examples
## Not run:
login <- docu_login()
templates <- docu_templates(base_url = login[1, 3])
## End(Not run)
[Package docuSignr version 0.0.3 Index]