Convert Operation String to Binary Tree Representation
Source:R/setOperations.R
dot-operationStringToBinaryTree.Rd
Converts an operation string into a binary tree representation, where valid operators include "Upd", "Ip", and "Mp". This function is useful for parsing operation strings and constructing binary trees for evaluation.