see: Inspect the content of an object

seeR Documentation

Inspect the content of an object

Description

Inspect the content of an object, usually in an external editor. Methods are two implemented for functions and data frames.

Arguments

o

object to be inspected

...

arguments passed to other methods

Details

For data frames the function uses edit. The result is returned invisibly.

For any other objects \ code is generated via dump to a temporary file and the file is opened in an external editor. The editor is taken from getOption("editor").

In case of the data frames the console waits until the file is closed.

Value

Either NULL or the result invisibly.

See Also

edit

Examples

## Not run: 
# for function
see(lm)
# for data.frame
see( data.frame(x=1:5, y=5:1) )

## End(Not run)

mbojan/mbtools documentation built on Oct. 16, 2023, 8:18 p.m.