
Format a vector of predicates into a condition string
Source:R/format_condition.R
format_condition.Rd
Convert a character vector of predicate names into a standardized string representation of a condition. Predicates are concatenated with commas and enclosed in curly braces. This formatting ensures consistency when storing or comparing conditions in other functions.