| jsonify | R Documentation |
JSON stringThis function takes a list and converts it to a JSON string.
The resulting JSON string is then optionally justified to improve readability
and trimmed to easier fit in the console when printing.
jsonify(x, trim_lines)
x |
( |
trim_lines |
( |
A JSON string representation of the input list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.