powered by
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")
A tbl_json object with an added column containing the JSON data
A tbl_json object
Optional. The name of the output column (either as a string or unquoted name). Default "json"
tj <- as_tbl_json('{"a": "b"}') json_get_column(tj, my_json)
Run the code above in your browser using DataLab