mark_to_logical | R Documentation |
A helper function to convert a character vector to logical where a
single character string represents TRUE
.
mark_to_logical(x, mark = "X", na_to_false = FALSE)
x |
A character vector. |
mark |
A string representing |
na_to_false |
Convert |
A logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.