Description Usage Arguments Examples
View source: R/use_rmd.gitbook.R
Gitbook template
1 2 3 | use_rmd.githbook(
dir_path
)
|
dir_path |
[character], directory path to place template |
1 2 3 4 5 6 7 8 9 10 11 | #BEGIN: example
## Not run:
# create the template
library(usethis)
library(writethat)
use_rmd.githbook('my_book')
# start editing a file
usethis::edit_file('./my_book/01-roadmap.Rmd')
## End(Not run)
#END: example
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.