jsonStr | R Documentation |
Format data as a JSON object (like this: "x": "120").
jsonStr(name, val)
name |
A string, the name of the JSON entry |
val |
A string, the value to associate with the JSON entry. |
A string, data formatted as a JSON object.
jsonStr(name = "var1", val = "Blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.