Learn R Programming

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

yaml (version 2.2.0)

Methods to Convert R Data to YAML and Back

Description

Implements the 'libyaml' 'YAML' 1.1 parser and emitter () for R.

Copy Link

Version

Install

install.packages('yaml')

Monthly Downloads

983,017

Version

2.2.0

License

BSD_3_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jeremy Stephens

Last Published

July 25th, 2018

Functions in yaml (2.2.0)

write_yaml

Write a YAML file
as.yaml

Convert an R object into a YAML string
read_yaml

Read a YAML file
yaml.load

Convert a YAML string into R objects