Converts the tree in an SDTree object from
class Node
(Glur 2023)
to class list
.
This makes it substantially easier to save the tree to disk.
# S3 method for class 'SDTree'
toList(object, ...)
an SDTree object with the tree in list format
Glur C (2023). “data.tree: General Purpose Hierarchical Data Structure.” https://CRAN.R-project.org/package=data.tree.