contains_question_mark | R Documentation |
Find which strings contain a question mark. This function uses the following
regular expression: [\?]
.
contains_question_mark(str, convert_NA_to_FALSE = TRUE)
str |
A character vector of strings. |
convert_NA_to_FALSE |
Whether to treat |
A logical vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.