add_equals | 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.