json_get | R Documentation |
Extract the raw JSON from a tbl_json object. This is equivalent to reading the "..JSON" hidden column. But is a helper in case of future behavior changes. This replaces previous behavior, where the raw JSON was stored in an attribute.
json_get(.data)
.data |
A tbl_json object |
A nested list representing the JSON data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.