# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "salesforcer" in publications use:' type: software license: MIT title: 'salesforcer: An Implementation of ''Salesforce'' APIs Using Tidy Principles' version: 1.0.2 doi: 10.32614/CRAN.package.salesforcer abstract: Functions connecting to the 'Salesforce' Platform APIs (REST, SOAP, Bulk 1.0, Bulk 2.0, Metadata, Reports and Dashboards) . "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 for more information, documentation, and examples. authors: - family-names: Mortimer given-names: Steven M. email: mortimer.steven.m@gmail.com repository: https://CRAN.R-project.org/package=salesforcer repository-code: https://github.com/StevenMMortimer/salesforcer url: https://stevenmmortimer.github.io/salesforcer/ date-released: '2024-11-05' contact: - family-names: Mortimer given-names: Steven M. email: mortimer.steven.m@gmail.com