to_json {smartsheetr} | 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 |