Skip to contents

can 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()

See also

character(0)

Examples

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