col_search | R Documentation |
Search for column names that match given string
col_search(df, search_string, ignore_case = TRUE)
df |
Dataframe to search in |
search_string |
String to search column names for |
ignore_case |
Should case be ignored in column search. Defaults to TRUE |
A character vector of column names that match search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.