use_bookdown: create a bookdown scaffold

Description Usage Arguments Examples

Description

create a bookdown scaffold

Usage

1
2
use_bookdown(author, title, description, ..., .path = ".",
  .see_opts = FALSE)

Arguments

author

author of bookdown

title

title of project

description

description of project

...

optional values to pass to infuser

.path

path to place bookdown template

.see_opts

just print out the optional values to infuse

Examples

1
2
3
4
5
6
## Not run: 
use_bookdown("Devin", "my cool project", "a very exciting project about things")
# put in subdirectory
use_bookdown("Devin", "my cool project", .path = "lab-notebook")

## End(Not run)

dpastoor/devutils documentation built on May 15, 2019, 1:21 p.m.