build_site: Build a dataspice site

Description Usage Arguments Value Examples

View source: R/build_site.R

Description

Build a dataspice site

Usage

1
2
3
4
5
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 to docs/index.html.

Value

Nothing. Creates/overwrites docs/index.html

Examples

1
2
3
4
5
6
## Not run: 
# Create JSON+LD from a set of metadata templates
json <- write_json(biblio, access, attributes, creators)
build_site(json)

## End(Not run)

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