get_bookdown_spec {ottrpal}R Documentation

Load in Bookdown specifications from _bookdown.yml

Description

Load in Bookdown specifications from _bookdown.yml

Usage

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()


[Package ottrpal version 1.2.1 Index]