An open API service indexing awesome lists of open source software.

https://github.com/yaml/yamlstar-r


https://github.com/yaml/yamlstar-r

Last synced: about 18 hours ago
JSON representation

Awesome Lists containing this project

README

          

# YAMLStar R Binding

R binding for the YAMLStar shared library.

```r
library(yamlstar)

data <- yamlstar_load("key: value")
```

Install the matching `libyamlstar` release before using this package:

```bash
curl -sSL https://yamlstar.org/install | LIB=1 bash
```