getnames | R Documentation |
Get names by string matching
getnames(
x,
pattern = NULL,
starts_with = NULL,
ends_with = NULL,
ignore.case = TRUE
)
getnumericnames(x)
getlogicalnames(x)
getcharacternames(x)
getdatenames(x)
x |
object with |
pattern |
Character: pattern to match anywhere in names of x |
starts_with |
Character: pattern to match in the beginning of names of x |
ends_with |
Character: pattern to match at the end of names of x |
ignore.case |
Logical: If TRUE, well, ignore case. Default = TRUE |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.