recode_selectors | R Documentation |
Helper functions in package mde
recode_selectors( x, column_check = TRUE, pattern_type = NULL, pattern = NULL, case_sensitive = FALSE, ... )
x |
data.frame object |
column_check |
If TRUE, pattern search is performed columnwise. Defaults to FALSE. |
pattern_type |
One of contains', 'starts_with' or 'ends_with'. |
pattern |
A character pattern to match |
case_sensitive |
Defaults to FALSE. Patterns are case insensitive if TRUE |
... |
Other arguments to other functions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.