
Create a bs4 bookdown project for UCSC course
Source:R/create-ucsc-bs4course.R
create_bs4_ucsc_course.RdCreate a bookdown project with multiple book output formats, including HTML.
Use
create_bs4_ucsc_course()to use abookdown::bs4_book()output format for course docs
The function will create a folder with file structure for a bookdown project, and example files with information on how to start.
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
}
}