R/deprecated.R

Defines functions Rmonize_help

Documented in Rmonize_help

#' @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()
  
}

Try the Rmonize package in your browser

Any scripts or data that you put into this service are public.

Rmonize documentation built on May 29, 2024, 9:09 a.m.