salesforcer: An Implementation of 'Salesforce' APIs Using Tidy Principles

Functions connecting to the 'Salesforce' Platform APIs (REST, SOAP, Bulk 1.0, Bulk 2.0, Metadata, Reports and Dashboards) <https://trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_overview>. "API" is an acronym for "application programming interface". Most all calls from these APIs are supported as they use CSV, XML or JSON data that can be parsed into R data structures. For more details please see the 'Salesforce' API documentation and this package's website <https://stevenmmortimer.github.io/salesforcer/> for more information, documentation, and examples.

Version: 0.2.0
Depends: R (≥ 3.6.0)
Imports: methods (≥ 3.6.0), utils (≥ 3.6.0), stats (≥ 3.6.0), XML (≥ 3.99-0.3), httr (≥ 1.4.1), dplyr (≥ 1.0.0), xml2 (≥ 1.3.2), readr (≥ 1.3.1), jsonlite (≥ 1.6.1), purrr (≥ 0.3.4), rlang (≥ 0.4.6), rlist (≥ 0.4.6.1), lubridate (≥ 1.7.8), tibble (≥ 3.0.3), vctrs (≥ 0.3.1), curl (≥ 4.3), zip (≥ 2.0.4), base64enc (≥ 0.1-3), mime (≥ 0.9), lifecycle (≥ 0.2.0)
Suggests: knitr, testthat, spelling, rmarkdown, here, microbenchmark, ggplot2, RForcecom
Published: 2020-07-21
Author: Steven M. Mortimer [aut, cre], Takekatsu Hiramura [ctb], Jennifer Bryan [ctb, cph], Joanna Zhao [ctb, cph]
Maintainer: Steven M. Mortimer <reportmort at gmail.com>
BugReports: https://github.com/StevenMMortimer/salesforcer/issues
License: MIT + file LICENSE
URL: https://github.com/StevenMMortimer/salesforcer
NeedsCompilation: no
Language: en-US
Materials: README NEWS
CRAN checks: salesforcer results

Downloads:

Reference manual: salesforcer.pdf
Vignettes: Getting Started
Passing Control Args
Supported Queries
Transitioning from RForcecom
Working with Attachments
Working with Bulk APIs
Working with Metadata
Working with Reports
Package source: salesforcer_0.2.0.tar.gz
Windows binaries: r-devel: salesforcer_0.2.0.zip, r-release: salesforcer_0.2.0.zip, r-oldrel: salesforcer_0.2.0.zip
macOS binaries: r-release: salesforcer_0.2.0.tgz, r-oldrel: salesforcer_0.2.0.tgz
Old sources: salesforcer archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=salesforcer to link to this page.