Nothing
#' DEPRECATED
#'
#' Deprecated in favor of kernelshap/fastshap/shapr.
#'
#' @export
#' @param ... Deprecated
#' @returns Error message.
add_shap <- function(...) {
stop("Deprecated in favor of kernelshap, fastshap, or shapr.")
}
#' DEPRECATED
#'
#' @param ... Any input.
#' @returns Error message.
#' @export
plot_counts <- function(...) {
stop("'plot_counts()' has been deprecated.")
}
#' DEPRECATED
#'
#' @param ... Any input.
#' @returns Error message.
#' @export
light_recode <- function(...) {
stop("'light_recode()' is deprecated.")
}
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.