characterToBoolean | R Documentation |
Translates a character vector compromised "F" and "T" into a logical vector of FALSE and TRUE. All "F"'s become FALSE's, all "T"'s become TRUE'S
characterToBoolean(characters)
characters |
character vector to be translated |
logical 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.