Learn R Programming

represtools (version 0.1.3)

ListObjects: List objects

Description

Form a character vector of the names of objects, based on patterns.

Usage

ListObjects(patterns = c("^df", "^plt", "^fit"), env)

Arguments

patterns

A vector of patterns

env

An enviroment. If missing, the global environment will be used.

Value

character vector

Details

This will collect objects based on a vector of character patterns.