ListObjects: List objects

Description Usage Arguments Details Value

View source: R/Objects.R

Description

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

Usage

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

Arguments

patterns

A vector of patterns

env

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

Details

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

Value

character vector


represtools documentation built on Oct. 4, 2019, 1:04 a.m.