Nothing
#' @title Deprecated functions
#'
#' @description
#' Use [sa_decomposition()] instead of `sa.decomposition()`.
#'
#' @inheritParams sa_decomposition
#'
#' @returns \code{"JD3_SADECOMPOSITION"} object.
#'
#' @name deprecated-rjd3toolkit
#' @export
sa.decomposition <- function(x, ...) {
.Deprecated("sa_decomposition")
UseMethod("sa_decomposition", x)
}
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.