list_objects_of_class: List objects of certain class.

View source: R/helper-functions.R

list_objects_of_classR Documentation

List objects of certain class.

Description

Create a vector of object names of certain class.

Usage

list_objects_of_class(
  class = NULL,
  envir = parent.frame(),
  hidden_names = TRUE
)

Arguments

class

(character|'NULL') A vector of object classes to return. Value 'NULL' disables class filter (all classes will be returned).

envir

An environment to look for the objects in. Other kind of objects will be coerced to an environment. The default value is parent frame.

hidden_names

(logical) If 'TRUE', all object names are returned. If 'FALSE', names which begin with a '.' are omitted.

Value

A character vector of object names of certain class.


GegznaV/RcmdrPlugin.BioStat documentation built on May 8, 2023, 7:41 a.m.