# NOT RUN {
df <- data.frame(
parent = c("earth","earth","forest","forest","ocean","ocean","ocean","ocean"),
child = c("ocean","forest","tree","sasquatch","fish","seaweed","mantis shrimp","sea monster")
)
df %>%
e_charts() %>%
e_tree(parent, child)
# }
Run the code above in your browser using DataLab