ListObjects {represtools} | R Documentation |
Form a character vector of the names of objects, based on patterns.
ListObjects(patterns = c("^df", "^plt", "^fit"), env)
patterns |
A vector of patterns |
env |
An enviroment. If missing, the global environment will be used. |
This will collect objects based on a vector of character patterns.
character vector