View source: R/types.castObject.R
types.castObject | R Documentation |
Cast object data which is lists or valid JSON.
types.castObject(format, value)
format |
no options (other than the default) |
value |
object to cast |
Types and formats specifications
types.castObject(format = "default", value = list()) types.castObject(format = "default", value = "{}") types.castObject(format = "default", value = '{"key": "value"}')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.