get_sales_data: Easily Connect to RStudio SFDC Data

Description Usage Arguments Value

View source: R/data-connectors.R

Description

Easily Connect to RStudio SFDC Data

Usage

1
2
3
4
get_sales_data(token = rstudioapi::askForSecret("SFDCtoken",
  "Enter SFDC token, it will be securely cached!", "SalesForce"),
  pwd = rstudioapi::askForSecret("SFDCpassword",
  "Enter SFDC Password, it will be securely cached!", "SalesForce"), uid)

Arguments

token

By default, we'll use RStudio to prompt and store the SFDC token

pwd

By default, we'll use RStudio to prompt and store the SFDC token

uid

Your SFDC username

Value

An odbc connection object, see db.rstudio.com


slopp/rstudiointernal documentation built on May 17, 2019, 11:08 a.m.