serve_site: Serve site

Description Usage Arguments Value Examples

View source: R/serve_site.R

Description

Serve site

Usage

1
serve_site(path = "docs")

Arguments

path

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

Value

Nothing.

Examples

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)

ropenscilabs/dataspice documentation built on June 3, 2021, 10:04 a.m.