You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What options do I have to prune a tree without altering it? I found this answer on stackoverflow, but unfortunately I need to save the pruned tree as a list and as.list.Node() doesn't accept a pruneFun.
Thanks for the great package!