booleanToCharacter | R Documentation |
Translates a logical vector into a character vector compromised of "F" and "T". All TRUE's become "T"'s, all FALSE's become "F"'s
booleanToCharacter(booleans)
booleans |
logical vector to be translated |
character vector
NA and NAN give unpredictable results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.