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 function that can operate on parsed JSON data
a quoted or unquoted sequence of strings designating the object name sequence you wish to follow to find a value
logical indicating whether second level and beyond objects should be extracted. Only works when there exists a single value in the nested json object
spread_values
for using these functions to spread
the values of a JSON object into new columns