View source: R/mutator-operator.R
operator | R Documentation |
It changes a binary operator to another one.
operator(from, to)
from |
The operator to be replaced. |
to |
The operator to replace with. |
operator("==", "!=")
operator(">", "<")
operator("<", ">")
operator("+", "-")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.