to_json | R Documentation |
The default method of jsonlite::toJSON() returns values wrapped as vectors, e.g. {"x":[1]}
. The
smartsheets API complains about this, so we must remove it by using the auto_unbox parameter.
to_json(...)
... |
Passed on to toJSON |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.