deprecated {pillar} | R Documentation |
Deprecated functions
Description
Use vctrs::vec_is()
instead of is_vector_s3()
.
Use testthat::expect_snapshot()
instead of expect_known_display()
.
Usage
is_vector_s3(x)
expect_known_display(object, file, ..., width = 80L, crayon = TRUE)
Arguments
object |
An object to check. |
file |
File path where known value/output will be stored. |
... |
Unused. |
width |
The width of the output. |
crayon |
Color the output? |
[Package pillar version 1.10.2 Index]