json_get_column | R Documentation |
Extract the raw JSON from a tbl_json object. Store it in a column. WARNING: column name collisions will be overwritten
json_get_column(.data, column_name = "json")
.data |
A tbl_json object |
column_name |
Optional. The name of the output column (either as a string or unquoted name). Default "json" |
A tbl_json object with an added column containing the JSON data
tj <- as_tbl_json('{"a": "b"}') json_get_column(tj, my_json)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.