unnest.default: Collapse Uninformative Levels by Default

View source: R/yamlet.R

unnest.defaultR Documentation

Collapse Uninformative Levels by Default

Description

The default unnest() method returns the unmodified object.

Usage

## Default S3 method:
unnest(x, ...)

Arguments

x

object

Value

list

See Also

Other unnest: unnest.list(), unnest()

Examples

unnest(yaml::yaml.load('ITEM:'))

yamlet documentation built on Oct. 6, 2023, 9:07 a.m.