View source: R/utils.find.column.R
find_col | R Documentation |
find_col
find_col(data, string = "", show.col.number = FALSE)
data |
data.frame used |
string |
quoted string to search for (doesn't need wildcards) "dat" will look for "data" as well as "date" |
show.col.number |
sometimes it's useful to know the number of the columns found, this is where you ask for it |
list of names that contains the string with or without the column number besides it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.