#' Recover unsupported items in a dashboard
#'
#' This function is used to retrieve unsupported items on a dashboard. These are
#' items that commonly disappear when a user with limited access on a dashboard
#' saves changes on the dashboard.
#'
#' @param dashboard a character string, name the dashboard with unsupported
#' items.
#' @param dashboard_id character, id of the dashboard with unsupported items.
#' This is an optional field; you do not need to specify this if your have already specified the correct name of the dashboard.
#' @param ... Additional parameters passed to items_not_supported
items_not_supported <- function(dashboard, dashboard_id, ...){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.