jsonify {teal.slice} | R Documentation |
Convert a list to a justified JSON
string
Description
This 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.
Usage
jsonify(x, trim_lines)
Arguments
x |
( |
trim_lines |
( |
Value
A JSON
string representation of the input list.
[Package teal.slice version 0.5.1 Index]