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 cjar package in your browser

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

cjar documentation built on March 23, 2026, 5:07 p.m.