serve_site {dataspice} | R Documentation |
Serve site
Description
Serve site
Usage
serve_site(path = "docs")
Arguments
path |
(character) Optional. Directory to serve. Defaults to
|
Value
Nothing.
Examples
## Not run:
# Build your site
json <- write_json(biblio, access, attributes, creators)
build_site(json)
# Serve it
serve_site()
## End(Not run)
[Package dataspice version 1.1.0 Index]