Description Usage Arguments Value
Converts non-case-sensitive strings like "n" or "y" to logical values FALSE or TRUE.
1 |
x |
(character vector) strings like "y", "Y", "yes", "YES", "n", "N", "no", or "NO" that represent a logical value. |
vector where non-case-sensitive strings "y", "yes" have been converted to TRUE and all other values, including NA or empty string (""), have been converted to FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.