Description Usage Arguments Value See Also
to_json_non_array
converts an R object to a JSON non-array.
1 | to_json_non_array(x, keep_na = FALSE, ...)
|
x |
the object to be encoded |
keep_na |
if x contains an NA, should this data be removed from the JSON object or does the NA represent a missing value that should be represented as null in the JSON. The default is set to FALSE so that any NA values will be ignored and not part of the JSON. |
... |
arguments passed on to class specific print methods |
a JSON without brackets.
toJSON
, api_get
,
api_search_by_epicid
, api_search_by_updated_at
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.