The node kind ("leaf", "list", or "null") of each top-level child of
a list tree.
Examples
tree_child_kinds(build_tree(list(1, list(2), NULL)))
#> [1] "leaf" "list" "null"
The node kind ("leaf", "list", or "null") of each top-level child of
a list tree.
tree_child_kinds(build_tree(list(1, list(2), NULL)))
#> [1] "leaf" "list" "null"