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("."))
StevenMMortimer/salesforcer documentation built on Nov. 7, 2024, 4:23 p.m.