yml_load: Load YAML from string

View source: R/yml.R

yml_loadR 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 yaml::yaml.load()

Examples

c("title: my title", "author: Malcolm Barrett") %>%
  yml_load()


ymlthis documentation built on Feb. 17, 2026, 9:07 a.m.