encode.datanode {AnalysisPageServer} | R Documentation |
JSON-Encode an AnalysisPageDataNode for the front end.
This just calls toJSON
, but before doing so
it makes sure that $warnings
will be sent
as an array.
encode.datanode(datanode)
datanode |
AnalysisPageDataNode or other object |
Mostly this function is only called once, from
the $analysis
method of an AnalysisPageRAapacheApp
.
JSON-encoded string
Brad Friedman