R/dimensionbreakdown_function.R

Defines functions breakdowns

#' Build the breakdown_metrics json list for the metrics breakdown report - (sub-function)
#' @noRd
#'
breakdowns <- function(id,type,dimensions,itemId) {
  list(
      id = id,
      type = type,
      dimension = sprintf('variables/%s',dimensions),
      itemId = itemId
      )
 }

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.