Nothing
#' \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("."))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.