as.character.tbl_json: Convert the JSON in an tbl_json object back to a JSON string

View source: R/tbl_json.R

as.character.tbl_jsonR Documentation

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 class 'tbl_json'
as.character(x, ...)

Arguments

x

a tbl_json object

...

not used (map_chr used instead)

Value

a character vector of formatted JSON


tidyjson documentation built on Jan. 7, 2023, 1:14 a.m.