ls_objects: List objects loaded in current environment

Description Usage Arguments Value Note Examples

Description

List objects loaded in current environment

Usage

1
2
ls_objects(pos = 1, order.by = "Size", pattern = "", decreasing = TRUE,
  head = FALSE, n = 5, database = TRUE)

Arguments

pos:

position

order.by:

ordering

pattern:

which objects to print

decreasing:

order of print

head:

how to print it

n:

number of objects to print

database:

only print database objects (data.table and data.frame)

Value

A string.

Note

print the current environment. package is meant to be used or database. Uses pretty print to get an idea of how crowded is the memory on the system.

Examples

1

eloualiche/miscr documentation built on May 16, 2019, 3:57 a.m.