View source: R/UpdateListener.R
serializeData | R Documentation |
This function wraps the serializeJSON
with encodeString
to properly quote internal quotes. This slob (string large object) can be stored in a database.
In particular, it is the default method for the jsonEncoder
field of the UpdateListener
object.
serializeData(jlist)
jlist |
A list containing the data to be serialized. |
A quoted string containing the JSON representation of the argument.
Russell Almond
serializeJSON
, encodeString
,
UpdateListener
dat <- list(response="b", score=1)
serializeData(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.