add_equals {papaja} | R Documentation |
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("=", "<", ">")
.
add_equals(x)
x |
A character vector. |
Character vector
add_equals(c("42", "<= 42", "> 42", "= 42"))