Learn R Programming

⚠️There's a newer version (2.3.10) of this package.Take me there.

yaml (version 2.1.5)

Methods to convert R data to YAML and back

Description

This package implements the libyaml YAML 1.1 parser and emitter (http://pyyaml.org/wiki/LibYAML) for R.

Copy Link

Version

Install

install.packages('yaml')

Monthly Downloads

808,724

Version

2.1.5

License

BSD

Maintainer

Jeremy Stephens

Last Published

November 15th, 2012

Functions in yaml (2.1.5)

as.yaml

Convert an R object into a YAML string
yaml.load

Convert a YAML string into R objects