yml_load {ymlthis} | R Documentation |
Load YAML from string
Description
yml_load()
is a wrapper for yaml::yaml.load()
that also converts the
object to the yml
class.
Usage
yml_load(x)
Arguments
x |
an object to pass to |
Examples
c("title: my title", "author: Malcolm Barrett") %>%
yml_load()
[Package ymlthis version 0.1.7 Index]