json_type | R Documentation |
The JSON types are
null
true, false
integer
real
array
object
json_type(x, path = NULL)
x |
A JSON vector |
path |
Path to element. This must be a valid
JSONpath expression.
For example |
A character vector of JSON types
json_type(c(NA, "1", "null", "[1,2]", '{"a": 1}'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.