
Create a distill fashion course themed for UCSC
Source:R/ucsc-distill.R
create_ucsc_distill_website.Rdcan easily create new distill website with USCS themeing.
Usage
create_ucsc_distill_website(dir, title, gh_pages = FALSE, edit = interactive())Arguments
- dir
absolute path
- title
website title
- gh_pages
are you going to use GH pages?, Default: FALSE
- edit
interactively decide index.Rmc, Default: interactive()
Examples
if (FALSE) {
if(interactive()){
#EXAMPLE1
}
}