toBitJSON: Serialize an R object to bit JSON

Description Usage Arguments Value See Also

View source: R/bitjson.R

Description

Serialize an R object to bit JSON

Usage

1
toBitJSON(x, file = NULL, append = FALSE, compress = TRUE, ...)

Arguments

x

Any R object.

file

Character. File name to which to write bit JSON.

append

Logical. When writing to a file with cat overwrite or append to existing contents?

compress

Logical. Compress the return bit array to a chief run-length encoded integer array?

...

Further arguments passed on to jsonlite::toJSON.

Value

JSON.

See Also

looksLikeBitJSON fromBitJSON


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