Turn a path object into a combined expression
Arguments
- path
a list of lists.
This list can contain 0 or more elemements. The elements but each be of the following format:
typecharacter, must be"conditional","set", or"all".opcharacter. iftype == "conditional"must be"more","more-equal","less", or"less-equal". iftype == "set"must be"in"onnot-in.colcharacter.valiftype == "conditional"andvalsiftype == "set". Can be character or numeric. @keywords internal
