| json.expand | R Documentation | 
expands JSON keys into dataframe columns
json.expand(data, fields)
| data | dataframe containing one or more columns of JSON | 
| fields | a single or an array of column names containing JSON text | 
dataframe with additional columns representing the JSON keys
# Multiple columns
data = json.expand(data, c("field1","field2"))
# OR single column
data = json.expand(data, "field1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.