Learn R Programming

yamlet (version 0.9.3)

print.yamlet: Print a Yamlet

Description

Prints a yamlet object for interactive inspection.

Usage

# S3 method for yamlet
print(x, ...)

Value

invisible(x)

Arguments

x

yamlet

...

ignored

See Also

Other yamlet: [.yamlet(), as.character.yamlet(), as_yamlet.character(), as_yamlet.data.frame(), as_yamlet.list(), as_yamlet.yamlet(), as_yamlet.yam(), as_yamlet()

Examples

Run this code
as_yamlet('mpg: [efficiency, mi/gallon]\nvs: [Engine, [V-shaped: 0, straight: 1]]')

Run the code above in your browser using DataLab