Nothing
#' @title
#' Deprecated functions
#'
#' @description
#' `r lifecycle::badge("deprecated")`
#'
#' Use [Rmonize_website()] instead of `Rmonize_help()`.
#'
#' @name deprecated
#' @keywords internal
#' @import dplyr
#' @importFrom lifecycle deprecate_warn
#' @export
Rmonize_help <- function() {
deprecate_warn(
"1.1.0", "Rmonize_help()", "Rmonize_website()")
# Unquote-splice to avoid argument matching
Rmonize_website()
}
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.