Learn R Programming

aurelius (version 0.8.4)

json_array: json_array

Description

Convenience function for making a (possibly empty) unnamed list, which converts to a JSON array.

Usage

json_array(...)

Arguments

...

optional contents of the unnamed list

Value

an unnamed list

Examples

Run this code
json_array()
json_array(1, TRUE, "THREE")

Run the code above in your browser using DataLab