make_gitbook | R Documentation |
Make a Gitbook using bookdown
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"
)
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 |
No return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.