Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

as.list.R6

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.


R6

Encapsulated Classes with Reference Semantics

v2.5.0
MIT + file LICENSE
Authors
Winston Chang [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.