Learn R Programming

docuSignr (version 0.0.3)

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

Run this code
# NOT RUN {
login <- docu_login()
templates <- docu_templates(base_url = login[1, 3])
# }

Run the code above in your browser using DataLab