Learn R Programming

ambiorix (version 2.1.0)

serialise: Serialise to JSON

Description

Serialise an object to JSON. Default serialiser can be change by setting the AMBIORIX_SERIALISER option to the desired function.

Usage

serialise(data, ...)

Arguments

data

Data to serialise.

...

Passed to serialiser.

Examples

Run this code
# NOT RUN {
serialise(cars)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab