powered by
Function takes a character vector of predicates and returns a formatted condition.
format_condition(condition)
a character scalar
a character vector
Michal Burda
format_condition(NULL) # returns {} format_condition(c("a", "b", "c")) # returns {a,b,c}
Run the code above in your browser using DataLab