ls.objects: List objects in an environment

ls.objectsR Documentation

List objects in an environment

Description

List objects in an environment

Usage

ls.objects(pos = 1, pattern, order.by, decreasing = FALSE, head = FALSE, n = 5)

Arguments

pos

position on the search list for the environment to be listed

pattern

an optional regular expression; only names matching 'pattern' are listed

order.by

optional name of column by which to order output

decreasing

if TRUE, order by decreasing value of sort column

head

if FALSE, return all rows. If true, return 'n' rows

n

the number of rows to return if 'head' is true

Value

a data.frame


marcpaterno/mfpmisc documentation built on March 16, 2024, 1:07 a.m.