view_object: View an R object

Description Usage Arguments Value Examples

View source: R/beama_utils.R

Description

View an R object.

Usage

1

Arguments

p

R object

Value

The details of object p

Examples

1
2
df <- data.frame( a=rnorm(10), y=rnorm(10) )
view_object(df)

eamoakohene/beamaUtils documentation built on Oct. 30, 2021, 11:22 p.m.