ls.objects: Improved listing of objects (from Dirk Eddelbuettel)

View source: R/ls.objects.R

ls.objectsR Documentation

Improved listing of objects (from Dirk Eddelbuettel)

Description

This is an alternative to the base ls function, with additional functionality. Documentation to be written.

Usage

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

Arguments

pos

numeric, position in search path

pattern

character, pattern argument passed to ls

order.by

character, order by this column (optional)

decreasing

logical, order in decreasing order by order.by (optional, and ignored if order.by is not specified)

head

logical, only show the first few rows (optional)

n

numeric, number of rows to show (optional, and ignored if head is not specified)


mjdufort/miscHelpers documentation built on Feb. 4, 2024, 7:44 p.m.