.metaColnames | R Documentation |
Extract meta.data Column Names Matching a Pattern
.metaColnames(obj = combined.obj, pattern, perl = TRUE, ...)
obj |
A dataframe from which to extract column names. |
pattern |
A regular expression pattern to match column names against. |
A character vector of column names matching the pattern.
# Assuming 'df' is a dataframe with column names "azi.one", "azi.two", "other"
extract_matching_columns(df, "^azi\\.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.