ls.class: ls.class

Description Usage Arguments Value Author(s) Examples

View source: R/pub01_utilityFuncs.R

Description

list the names of objects with certain class

Usage

1

Arguments

class

:character string or a character vector, giving the class of objects to list

pattern

:an optional regular expression.

Value

a character vector,giving the names of the objects in the global environment with the given classes

Author(s)

Ruifei.Yin

Examples

1
ls.class(c("function","character"))

QuantAndrew/QUtility documentation built on May 14, 2019, 7:36 a.m.