Learn R Programming

yamlet (version 0.6.5)

print.yamlet: Print a Yamlet

Description

Prints a yamlet object for interactive inspection.

Usage

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

Arguments

x

yamlet

...

ignored

Value

invisible(x)

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
# NOT RUN {
as_yamlet('mpg: [efficiency, mi/gallon]\nvs: [Engine, [V-shaped: 0, straight: 1]]')
# }

Run the code above in your browser using DataLab