to_json_non_array: Convert R objects to JSON non-array

Description Usage Arguments Value See Also

Description

to_json_non_array converts an R object to a JSON non-array.

Usage

1
to_json_non_array(x, keep_na = FALSE, ...)

Arguments

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

Value

a JSON without brackets.

See Also

toJSON, api_get, api_search_by_epicid, api_search_by_updated_at


UCSF-MSLAB/msbwaiter documentation built on May 9, 2019, 5:19 p.m.