Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 919 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 919 Bytes

Build Status

RForcecom

RForcecom provides the connection to the Force.com and Salesforce.com from R

Usage

See RForcecom support page.

How to install

  • From CRAN
install.packages("RForcecom")
library(RForcecom)
  • From Github
install.packages("devtools")
devtools::install_github("hiratake55/RForcecom")
library(RForcecom)

Author

Contributor

Special Thanks