Description Usage Arguments Value Author(s) See Also
Find a simple pattern and return it to a standardized way to be use by dfcheck.
1 | find_pattern(pattern, x, return_logical = FALSE)
|
pattern |
character The pattern to test |
x |
character A character vector to test. |
return_logical |
logical If |
An integer vector with the index of the elements with the pattern. If return_logical
argument is TRUE
, return a logical vector instead.
Joris Muller
find_leadspace()
, find_tailspace()
, find_multiplespace()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.