Description Usage Arguments Examples
new_s3vec
is a low-level constructor that takes a list of
s3 objects of the same class. s3vec
constructs an s3vec from
individual s3 objects and as.s3vec
is a S3 generic that converts
existing objects. is_s3vec
or is.s3vec
test whether the object
is an s3vec object.
1 2 3 4 5 6 7 8 9 10 11 12 13 | s3vec(...)
new_s3vec(x)
as.s3vec(x, ...)
is.s3vec(x)
get_common_class(x)
has_common_class(x)
get_s3vec_subclass(x)
|
... |
Individual s3 objects |
x |
A list of s3 objects, or other object to coerce |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.