Skip to content

Instantly share code, notes, and snippets.

@njahn82
Last active October 27, 2015 14:20
Show Gist options
  • Save njahn82/a7a30d600721739ad7e1 to your computer and use it in GitHub Desktop.
Save njahn82/a7a30d600721739ad7e1 to your computer and use it in GitHub Desktop.

Using Catmandu within R

system("catmandu convert YAML < example.yaml", intern = TRUE) %>%
  jsonlite::fromJSON()
## $name
## [1] "Najko Jahn"
## 
## $org
## [1] "Bielefeld Uni"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment