| .to_cls_from_list | R Documentation |
Coerce a list to a specific class
.to_cls_from_list(
x,
to_cls_fn,
to_class,
...,
x_arg = caller_arg(x),
call = caller_env(),
x_class = object_type(x)
)
x |
The argument to stabilize. |
to_cls_fn |
|
to_class |
|
... |
Arguments passed to methods. |
x_arg |
|
call |
|
x_class |
|
x coerced to the target class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.