R/items_not_supported.R

Defines functions items_not_supported

Documented in items_not_supported

#' 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, ...){

}
INyabuto/fixthis documentation built on Jan. 18, 2020, 7:17 p.m.