Write a list out as object to JSON-LD
1 2 3 4 5 6 7 8 | write_jsonld(
x,
path,
context = "http://schema.org",
pretty = TRUE,
auto_unbox = TRUE,
...
)
|
x |
an object to be serialized to JSON |
path |
file on disk |
context |
JSON-LD context; "http://schema.org" |
pretty |
adds indentation whitespace to JSON output. Can be TRUE/FALSE or a number specifying the number of spaces to indent. See |
auto_unbox |
automatically |
... |
additional conversion arguments, see also toJSON or fromJSON |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.