
Pretty-print an expression with labels substituted
Source:R/004_zzz_R_specific_generics.R
format_labeled.RdRecursive analogue of expr_name() that substitutes user-supplied
labels (see set_label()) for sub-expressions wherever they are set,
falling back to the structural name on unlabelled nodes. Mirrors
CVXPY's Expression.format_labeled.