buildGitbook: This will build a gitbook from the source markdown files.

Description Usage Arguments Details

Description

This function is simply a wrapper to a system call to gitbook.

Usage

1
2
buildGitbook(source.dir = getwd(), out.dir = paste0(getwd(), "/_book"),
  buildRmd = TRUE, format, gitbook.params, ...)

Arguments

source.dir

location containing the source files.

out.dir

location of the built book.

format

the format of book. Options are pdf or ebook. If omitted, this will build a website.

buildRmd

should buildRmd be called first.

gitbook.params

other parameters passed to the gitbook command.

...

other parameters passed to buildRmd.

Details

https://github.com/GitbookIO/gitbook


jbryer/Rgitbook documentation built on May 18, 2019, 7:01 p.m.