Learn R Programming

epivizr (version 2.2.3)

json_writer: JSON writer used by this package

Description

Currently this just renames toJSON in the rjson package.

Usage

json_writer(x, method = "C")

Arguments

x
object to write to json
method
method used to write json

Value

  • a string with JSON encoding of object

See Also

toJSON

Examples

Run this code
json_writer(1:10)

Run the code above in your browser using DataLab