R6_to_list | R Documentation |
Convert an R6 object into a list, ignoring functions and environments
R6_to_list(r, path = "", envs = list())
r |
R6 object or list |
path |
root of the path to the list - no need to supply. Not used but could be developed for pretty-printing |
envs |
list of environments already encountered - do not set |
List with structure mirroring the R6 object.
David Sterratt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.