ls.mode: List Objects of a Given Mode

View source: R/ls.mode.R

ls.modeR Documentation

List Objects of a Given Mode

Description

Provides a list of objects with a specified mode (functions by default).

Usage

ls.mode(pos = 1, mode = "function")

Arguments

pos

Position on the search list to look (default is 1).

mode

Type of object to report; default is function

Examples

ls.mode()
ls.mode(pos=2)
ls.mode(mode='tsd')
ls.mode(mode='tsd', pos=2)


wqmeeker/RTseries documentation built on Dec. 31, 2022, 10 a.m.