read.yaml: Reads a yaml file and returns as a list

View source: R/yaml.r

read.yamlR Documentation

Reads a yaml file and returns as a list

Description

Reads a yaml file and returns as a list

Usage

read.yaml(
  file = NULL,
  verbose = FALSE,
  keep.quotes = TRUE,
  quote.char = "__QUOTE__",
  text = NULL,
  catch.error = TRUE,
  check.by.row = FALSE,
  space.after.colon = FALSE,
  utf8 = TRUE
)

skranz/RTutor documentation built on Feb. 7, 2024, 12:53 a.m.