powered by
This is an internal function that prepends every element of a character vector with an 'equals' sign if the respective element does not contain one of c("=", "<", ">").
c("=", "<", ">")
add_equals(x)
Character vector
A character vector.
add_equals(c("42", "<= 42", "> 42", "= 42"))
Run the code above in your browser using DataLab