write_jsonld {dataspice} | R Documentation |
Write a list out as object to JSON-LD
Description
Write a list out as object to JSON-LD
Usage
write_jsonld(
x,
path,
context = "http://schema.org",
pretty = TRUE,
auto_unbox = TRUE,
...
)
Arguments
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 |
[Package dataspice version 1.1.0 Index]