read_yaml: Parses YAML file with a simple R handler

View source: R/read_yaml.R

read_yamlR Documentation

Parses YAML file with a simple R handler

Description

Parses YAML file with a simple R handler

Usage

read_yaml(string, ...)

read_yaml_file(input, ...)

Arguments

string

YAML string to read

...

other arguments

input

YAML file to read

Examples

y <- "num: 1
key0:
  key1: value1
key2:
  key22: value22
rcode_num: !r 1:5
rcode_ch: !r paste(LETTERS[1:10], collapse=', ')
date: !r Sys.Date()
"
read_yaml(y)

mbojan/mbtools documentation built on Oct. 16, 2023, 8:18 p.m.