r-cran-yaml

Methods to convert R data to YAML and back

Description

This package implements the LibYAML YAML 1.1 parser and emitter for R. YAML is a human-readable markup language. With it, you can create easily readable documents that can be consumed by a variety of programming languages, including R. The r-cran-yaml package has two main functions: yaml.load and as.yaml. The yaml.load function is the YAML parsing function: it accepts a YAML document as a string and returns R data structures. The as.yaml function is an S3 method used to convert R objects into YAML strings.

This package is useful for R programmers dealing with YAML documents.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://cran.r-project.org/package=yaml


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install r-cran-yaml