Build a dataspice site
Usage
build_site(
path = file.path("data", "metadata", "dataspice.json"),
template_path = system.file("template.html5", package = "dataspice"),
out_path = file.path("docs", "index.html")
)
Arguments
- path
(character) Path to a JSON+LD file with dataspice metadata
- template_path
(character) Optional. Path to a template for
whisker.render
- out_path
(character) Optional. Path to write the site's
index.html
to. Defaults todocs/index.html
.