Nothing
Code
as.tbl_json("\"a\"")
Output
# A tbl_json: 1 x 2 tibble with a "JSON" attribute
..JSON document.id
<chr> <int>
1 "\"a\"" 1
Code
print(as.tbl_json("\"12345\""), json.width = 4)
Output
# A tbl_json: 1 x 2 tibble with a "JSON" attribute
..JSON document.id
<chr> <int>
1 "\"123..." 1
Code
print(as.tbl_json(c("\"a\"", "\"b\"")), json.n = 1)
Output
# A tbl_json: 2 x 2 tibble with a "JSON" attribute
..JSON document.id
<chr> <int>
1 "\"a\"" 1
2 "..." 2
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.