R/plu_stick.R

Defines functions plu_stick

Documented in plu_stick

#' Deprecated functions
#'
#' \lifecycle{deprecated} This function has been deprecated in favor of
#' [and::and()], [knitr::combine_words()] or [glue::glue_collapse()].
#'
#' @param ... \lifecycle{deprecated}
#'
#' @return A [deprecation error][lifecycle::deprecate_stop()].
#' @export

plu_stick <- function(...) {
  lifecycle::deprecate_stop(
    "0.2.2",
    paste0(sys.call()[1], "()"),
    details =
      "Please use `and::and()`, knitr::combine_words()` or `glue::glue_collapse()` instead."
  )
}

#' @rdname plu_stick
#' @export

stick <- plu_stick

Try the plu package in your browser

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

plu documentation built on Sept. 24, 2023, 1:08 a.m.