List Objects - extensions
ls_dataframe(pattern, all.names = FALSE, envir = parent.frame())ls_function(pattern, all.names = FALSE, envir = parent.frame())
ls_object(pattern, all.names = FALSE, envir = parent.frame())
A character vector of names
an optional regular expression. Only names
matching pattern are returned. glob2rx can be
used to convert wildcard patterns to regular expressions.
a logical value. If TRUE, all
object names are returned. If FALSE, names which begin with a
. are omitted.
an alternative argument to name for specifying the
environment. Mostly there for back compatibility.