.addAspectNameToJson | R Documentation |
Add the aspect name to the JSON
.addAspectNameToJson(json, name)
json |
character; preformated json |
name |
character; name of the aspect |
character; character of json object
Internal function only for convenience
json = '{bla:"BLA", blubb:"BLUBB"}' RCX:::.addAspectNameToJson(json, "foo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.