Skip to contents

Create a bookdown project with multiple book output formats, including HTML.

The function will create a folder with file structure for a bookdown project, and example files with information on how to start.

Usage

create_bs4_ucsc_course(path)

Arguments

path

Absolute path to an empty directory in which to create the bookdown project. In the RStudio IDE, if rstudioapi package available, an RStudio project will be created.

Examples

if (FALSE) {
if(interactive()){
 #EXAMPLE1
 }
}