.json2RDataType | R Documentation |
Get the data type and isList from JSON data
.json2RDataType(dataType, default = "string")
dataType |
data type column from jsonToRCX => .jsonV |
default |
default value for |
list(type=<character vector>, isList=<logical vector>)
Internal function only for convenience
jsonD = c("boolean", "double", "integer", "long", "string", "list_of_boolean", "list_of_double", "list_of_integer", "list_of_long", "list_of_string") RCX:::.json2RDataType(jsonD)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.