Learn R Programming

dataview (version 2.1.1)

browse: Browse the contents of a nested data structure

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

browse(x = .GlobalEnv, name)

Arguments

x
Object.
name
Name of the object.

Value

Nothing.

See Also

whos

Examples

Run this code
## Not run: 
# require(ggplot2)
# p <- ggplot(iris, aes(x=Sepal.Length, y=Sepal.Width)) +
#     geom_point()
# browse(p)
# ## End(Not run)

Run the code above in your browser using DataLab