powered by
Node
data.tree
R6Class
vignette("data.tree")
library(data.tree) acme <- Node$new("Acme Inc.") accounting <- acme$AddChild("Accounting") print(acme)
Run the code above in your browser using DataLab