R/salesforcer-package.R

#' \code{salesforcer} package
#'
#' An R package connecting to Salesforce APIs using tidy principles
#'
#' A package that connects R to Salesforce via REST, SOAP, Bulk, Reports and 
#' Dashboards, and Metadata APIs with an emphasis on the use of tidy data 
#' principles and the tidyverse.
#' 
#' Additional material can be found in the 
#' \href{https://github.com/stevenmmortimer/salesforcer}{README} on GitHub and 
#' the package website \url{https://stevenmmortimer.github.io/salesforcer/}.
#'
#' @keywords internal
#' @importFrom dplyr %>%
#' @importFrom lifecycle deprecate_soft
"_PACKAGE"

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))

Try the salesforcer package in your browser

Any scripts or data that you put into this service are public.

salesforcer documentation built on March 18, 2022, 6:26 p.m.