yaml
Methods to convert R data to YAML and back
BSD
This package implements the libyaml YAML 1.1 parser and emitter (http://pyyaml.org/wiki/LibYAML) for R.
Versions
| Package | Version | Released |
|---|---|---|
| yaml | 2.1.7 | 15 weeks 1 day ago |
| yaml | 2.1.6 | 21 weeks 5 days ago |
| yaml | 2.1.5 | 30 weeks 5 days ago |
| yaml | 2.1.4 | 1 year 10 weeks ago |
| yaml | 2.1.3 | 1 year 20 weeks ago |
| yaml | 2.1.2 | 1 year 21 weeks ago |
| yaml | 2.1.1 | 1 year 27 weeks ago |
| yaml | 2.0.0 | 1 year 31 weeks ago |
| yaml | 1.2.0 | 2 years 3 days ago |
| yaml | 1.1.0 | 3 years 40 weeks ago |
Reviews
I had to convert some R objects to YAML for submission to an external HTTP web service. Thankfully this package makes it easy as pie: `as.yaml(obj)`
YAML is a wonderful format for storing information in a human-readable form. I use YAML to write configuration files for my programs as it provides an easy means to store and retrieve the information.
(180 votes)
