as_jsonld {dataspice} | R Documentation |
Convert a list object to JSON-LD
Description
Convert a list object to JSON-LD
Usage
as_jsonld(
x,
context = "http://schema.org",
pretty = TRUE,
auto_unbox = TRUE,
...
)
Arguments
x |
the object to be encoded. |
context |
JSON-LD context; "http://schema.org". |
pretty |
Whether or not to prettify output. See
|
auto_unbox |
Whether or not to automatically unbox output. See
|
... |
Other arguments to be passed to
|
[Package dataspice version 1.1.0 Index]