makeJson {Glimma}R Documentation

JSON converter for R objects

Description

Function to generate json strings from

Usage

makeJson(x, ...)

Arguments

x

the object to be converted into JSON

...

additional arguments

Value

a stringified JSON object.


[Package Glimma version 2.0.0 Index]