make_gitbook {pcutils} | R Documentation |
Make a Gitbook using bookdown
Description
Make a Gitbook using bookdown
Usage
make_gitbook(
book_n,
root_dir = "~/Documents/R/",
mode = c("gitbook", "bs4")[1],
author = "Asa12138",
bib = "~/Documents/R/pc_blog/content/bib/My Library.bib",
csl = "~/Documents/R/pc_blog/content/bib/science.csl"
)
Arguments
book_n |
project name |
root_dir |
root directory |
mode |
"gitbook","bs4" |
author |
author |
bib |
cite papers bib, from Zotero |
csl |
cite papers format, default science.csl |
Value
No return value
[Package pcutils version 0.2.6 Index]