as.character.tbl_json: Convert the JSON in an tbl_json object back to a JSON string
Description
Convert the JSON in an tbl_json object back to a JSON string
Usage
# S3 method for tbl_json
as.character(x, ...)
Value
a character vector of formatted JSON
Arguments
- x
a tbl_json object
- ...
not used (map_chr
used instead)