public
Description: R package for converting objects to and from YAML
Homepage: http://biostat.mc.vanderbilt.edu/twiki/bin/view/Main/YamlR
Clone URL: git://github.com/viking/r-yaml.git
r-yaml / NAMESPACE
100644 3 lines (2 sloc) 0.11 kb
1
2
3
useDynLib(yaml)
export(as.yaml, as.yaml.list, as.yaml.data.frame, as.yaml.default, yaml.load_file, yaml.load)