fromBitJSON: Unserialize an R object encoded as bit JSON

Description Usage Arguments Value See Also

View source: R/bitjson.R

Description

Unserialize an R object encoded as bit JSON

Usage

1
fromBitJSON(x, compressed = TRUE, ...)

Arguments

x

Character. Bit JSON string or file reference.

compressed

LogicalIs the bit JSON array compressed via chief run-length encoding?

...

Further arguments passed on to jsonlite::fromJSON.

Value

R object.

See Also

toBitJSON looksLikeBitJSON


chiefBiiko/bitjson documentation built on May 20, 2019, 7 p.m.