Description Usage Arguments Value Examples
Serve site
1 | serve_site(path = "docs")
|
path |
(character) Optional. Directory to serve. Defaults to
|
Nothing.
1 2 3 4 5 6 7 8 9 | ## Not run:
# Build your site
json <- write_json(biblio, access, attributes, creators)
build_site(json)
# Serve it
serve_site()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.