View source: R/mutator-boolean.R
| boolean_literal | R Documentation |
Replaces a boolean constant (TRUE, FALSE, T, or F) with another one.
boolean_literal(from, to)
from |
The literal to be replaced. One of |
to |
The literal to replace with. |
boolean_literal("TRUE", "FALSE")
boolean_literal("FALSE", "TRUE")
boolean_literal("T", "F")
boolean_literal("F", "T")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.