Load in Bookdown specifications from _bookdown.yml

get_bookdown_spec(path = ".")

Arguments

path

Where to look for the _bookdown.yml file. Passes to the bookdown_file() function. By default looks in current directory

Value

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