dot-ls.objects: List Objects in Global Environment

Description Usage Details Examples

Description

This lsos function summarizes all objects found in the global environment into a data frame. If using RStudio, this information can be viewed using the "Environment" Tab in the GUI.

Usage

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

Details

See this Stack Overflow post: https://stackoverflow.com/questions/1358003/tricks-to-manage-the-available-memory-in-an-r-session

Examples

1
2
3
4
5
6
7
data(iris)
data(airquality)

x <- letters[1:15]
y <- matrix(data = rnorm(n = 50),ncol = 10)

lsos(n = 50)

smh-ej/XploreR documentation built on May 13, 2019, 4:46 p.m.