Deprecated functions
is_vector_s3()
returns TRUE
if an object represents an S3 vector.
The default implementation forwards to vctrs::vec_is()
.
is_vector_s3(x)
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.