deparseStructure: Deparse the whole structure of an R object

View source: R/searchObjectForValue.R

deparseStructureR Documentation

Deparse the whole structure of an R object

Description

Deparse the whole structure of an R object

Usage

deparseStructure(obj, terminator = isFinalLayer)

Arguments

obj

['R object'] R object which is deparsed.

terminator

['function'] Function to check if a final layer is reached (default 'terminator = isFinalLayer').

Examples

obj = lm(Petal.Length ~ ., data = iris)
strcts = deparseStructure(obj)

difuture-lmu/rmmodeldata documentation built on July 14, 2022, 4:49 a.m.