Load in yaml specifications from _bookdown.yml or _quarto.yml

get_yaml_spec(path = ".")

Arguments

path

Where to look for the yaml spec file. By default looks in current directory.

Value

The yaml contents using yaml::yaml.load_file()