dataspice (version 1.0.0)

jsonld_to_mustache: Convert JSONLD to a list suitable for Mustache templating

Description

Convert JSONLD to a list suitable for Mustache templating

Usage

jsonld_to_mustache(path)

Arguments

path

(character) Path to file on disk to convert

Value

(list) Mustache-appropriate list

Examples

Run this code
# NOT RUN {
json_path <- "myjson.json"
data <- jsonld_to_mustache(json_path)
whisker::whisker_render("{{ keywords }}", data)
# }

Run the code above in your browser using DataLab