dataspice (version 1.0.0)

serve_site: Serve site

Description

Serve site

Usage

serve_site(path = "docs")

Arguments

path

(character) Optional. Directory to serve. Defaults to docs.

Value

Nothing.

Examples

Run this code
# NOT RUN {
# Build your site
json <- write_json(biblio, access, attributes, creators)
build_site(json)

# Serve it
serve_site()
# }

Run the code above in your browser using DataLab