match | R Documentation |
'match' extracts columns in a data frame that match a specified regex string.
match(.data, pattern, ignore.case = FALSE)
.data |
a data frame or tibble. |
pattern |
a character string that is used to find the columns of interest. It can be a regular expression. |
ignore.case |
a logical scalar that specifies whether the case of the string should be ignored when matching. Defaults to 'FALSE'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.