browse: Browse the contents of a nested data structure

Description Usage Arguments Value Author(s) See Also Examples

View source: R/browse.R

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<c3><a4>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)

dataview documentation built on May 1, 2019, 9:08 p.m.

Related to browse in dataview...