Description Usage Arguments Value Examples
View source: R/basefunctions.R
FindVars
looks up colnames (by default for data-frame rawdata)
based on parts of names, using regular expressions. Be warned that
special characters as e.g. [
(
need to be escaped or replaced by .
Exlusion rules may be specified as well.
1 2 3 4 5 6 7 8 |
varnames |
Vector of pattern to look for. |
allnames |
Vector of values to detect pattern in; by default, colnames(rawdata). |
exact |
Partial matching or exact only (adding ^ and $)? |
exclude |
Vector of pattern to exclude from found names. |
casesensitive |
Logical if case is respected in matching (default FALSE: a<>A) |
fixed |
Logical, match as is, argument is passed to |
A list with index, names, backticked names, and symbols
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.