dot-kb: Knit book

.kbR Documentation

Knit book

Description

kbt is a wrapper around kb with inc_ext = TRUE.

Usage

.kb(input = NULL, exact = FALSE, inc_ext = FALSE, add_missing = FALSE)

.kbt(add_missing = FALSE)

Arguments

input

character vector. If not NULL, then files that match to elements in here are knitted. If NULL, thena all files are knitted. Default is NULL.

exact

logical. If FALSE, then partial matches for input are accepted. Default is FALSE.

inc_ext

logical. If TRUE, then files in ext/ are included. Default is FALSE.

add_missing

logical. If TRUE, then any rmd's that are not in either _bookdown.yaml or ext_rmd_order.yaml are included (though those in ext_rmd_order.yml are included only if inc_ext == TRUE). Otherwise no rmd's not explicitly included are included. Default is TRUE.


MiguelRodo/alwaysloaded documentation built on Nov. 7, 2023, 5:18 p.m.