reset_site | R Documentation |
Use this if you want to rebuild your site from scratch.
reset_site(path = ".")
path |
the path to the site |
tmp <- tempfile()
create_lesson(tmp, open = FALSE, rmd = FALSE)
build_lesson(tmp, preview = FALSE)
dir(file.path(tmp, "site"))
reset_site(tmp)
dir(file.path(tmp, "site"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.