Does there exist a functionality to implement a decision-tree like interactive element in R
Shiny
? (By ' decision-tree' I mean something like this :) ).
I expect a tree to be quite 'branched' in my case and I wish I am able to present only a part of it (e.g. nodes, their parents [with siblings] and their children), allowing user to move it 'up/down' interactively.
Any ideas? Thank you a lot for any hint in advance!