as_list {extras} | R Documentation |
As List
Description
Coerces an object to an list. All attributes are removed except any names.
Usage
as_list(x, ...)
## Default S3 method:
as_list(x, ...)
Arguments
x |
An object. |
... |
Other arguments passed to methods. |
Value
A list.
Examples
as_list(1:3)
as_list(c(x = 1, y = 2))
[Package extras version 0.6.1 Index]