R/adobeanalyticsr-package.R

#' `adobeanalyticsr` Package
#'
#' Connect to the 'Adobe Analytics' API v2.0
#' <https://github.com/AdobeDocs/analytics-2.0-apis> which powers 'Analysis
#' Workspace'. The package was developed with the analyst in mind, and it will
#' continue to be developed with the guiding principles of iterative,
#' repeatable, timely analysis.
#'
#' @importFrom rlang :=
#' @noRd
#'
"_PACKAGE"


# Environment for caching tokens for the session
.adobeanalytics <- new.env(parent = emptyenv())

Try the adobeanalyticsr package in your browser

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

adobeanalyticsr documentation built on Nov. 9, 2023, 5:07 p.m.