Learn R Programming

yamlet (version 1.2.1)

unnest.default: Collapse Uninformative Levels by Default

Description

The default unnest() method returns the unmodified object.

Usage

# S3 method for default
unnest(x, ...)

Value

list

Arguments

x

object

See Also

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

Examples

Run this code
unnest(yaml::yaml.load('ITEM:'))

Run the code above in your browser using DataLab