as.list.R6 {R6} | R Documentation |
Create a list from an R6 object
Description
This returns a list of public members from the object. It simply calls
as.list.environment
.
Usage
## S3 method for class 'R6'
as.list(x, ...)
Arguments
x |
An R6 object. |
... |
Other arguments, which will be ignored. |
[Package R6 version 2.5.1 Index]