Description Usage Arguments Details Value Examples
Coerce an emld object into JSON
1 |
x |
an emld object |
file |
optional path to write out to file. Otherwise, defaults to NULL and will return a json object. |
Note: since emld list object maintains a 1:1 correspondence with JSON, following the conventions of jsonlite, this function is basically trivial. The only purpose is to default to auto_unbox = TRUE in serializing lists to JSON.
a json object. Or if a file path is provided, the metadata
is written out in JSON file and the function returns NULL
invisibly.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.