Skip to contents

Inspect rtemis object

Usage

inspect(x)

Arguments

x

R object to inspect.

Value

Called for side effect of printing information to console; returns character string invisibly.

Author

EDG

Examples

inspect(iris)
#> <data.frame> 150 x 5
#> Sepal.Length: <nmr> 5.10, 4.90, 4.70, 4.60...
#>  Sepal.Width: <nmr> 3.50, 3.00, 3.20, 3.10...
#> Petal.Length: <nmr> 1.40, 1.40, 1.30, 1.50...
#>  Petal.Width: <nmr> 0.20, 0.20, 0.20, 0.20...
#>      Species: <fct> setosa, setosa, setosa, setosa...