json_functions | R Documentation |
spread_values
Note that these functions fail if they encounter the incorrect type. Note
that jnumber()
is an alias for jdouble()
.
jstring(..., recursive = FALSE) jlogical(..., recursive = FALSE) jinteger(..., recursive = FALSE) jdouble(..., recursive = FALSE) jnumber(..., recursive = FALSE)
... |
a quoted or unquoted sequence of strings designating the object name sequence you wish to follow to find a value |
recursive |
logical indicating whether second level and beyond objects should be extracted. Only works when there exists a single value in the nested json object |
a function that can operate on parsed JSON data
spread_values
for using these functions to spread
the values of a JSON object into new columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.