Nothing
#' 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
)
}
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.