View source: R/wrangling-fcns.R
colm.in.tblList | R Documentation |
Given a list of data.frames, find which ones have a column that match a regex string.
colm.in.tblList(xL, regex, return.tbls = F)
xL |
list of data.frames |
regex |
regular expression |
return.tbls |
whether to return tables (default) or names of tables
containing column (or index to those tables if unnamed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.