add_equals {papaja} | R Documentation |
Add Equals Where Necessary
Description
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("=", "<", ">")
.
Usage
add_equals(x)
Arguments
x |
A character vector. |
Value
Character vector
Examples
add_equals(c("42", "<= 42", "> 42", "= 42"))
[Package papaja version 0.1.2 Index]