browse: Browse the contents of a nested data structure

Description Usage Arguments Value Author(s) See Also Examples

Description

Manually step in and out of the elements of complex data structure with whos. To move around enter the name or number of the element you want to inspect next. Partial names will automatically be matched against the possible element names.

Usage

1

Arguments

x

Object.

name

Name of the object.

Value

Nothing.

Author(s)

Christofer Bäcklin

See Also

whos

Examples

1
2
3
4
5
6
7
## Not run: 
require(ggplot2)
p <- ggplot(iris, aes(x=Sepal.Length, y=Sepal.Width)) +
    geom_point()
browse(p)

## End(Not run)

backlin/dataview documentation built on May 11, 2019, 5:23 p.m.