R/deprecated.R

Defines functions is_vector_s3

Documented in is_vector_s3

#' Deprecated functions
#' @description
#' `r lifecycle::badge("deprecated")`
#' @keywords internal
#' @name deprecated
NULL

#' is_vector_s3()
#'
#' Use [vctrs::vec_is()] instead of `is_vector_s3()`.
#'
#' @export
#' @rdname deprecated
is_vector_s3 <- function(x) {
  deprecate_stop("1.7.0", "pillar::is_vector_s3()", "vctrs::vec_is()")
}

Try the pillar package in your browser

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

pillar documentation built on March 31, 2023, 10:19 p.m.