Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

deprecated

Deprecated functions


Description

is_vector_s3() returns TRUE if an object represents an S3 vector. The default implementation forwards to vctrs::vec_is().

Usage

is_vector_s3(x)

Lifecycle

is_vector_s3() is soft-deprecated, because vctrs::vec_is() provides the same functionality based on a robust framework. The generic will remain available for a while but is no longer used. Users and implementers are encouraged to ensure that vctrs::vec_is() is TRUE for their class.


pillar

Coloured Formatting for Columns

v1.6.0
MIT + file LICENSE
Authors
Kirill Müller [aut, cre], Hadley Wickham [aut], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.