Reads a yaml file and returns as a list

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
)