serializeToBits: Serialize any R object to a bit vector.

Description Usage Arguments Value

View source: R/utils.R

Description

Serialize any R object to a bit vector.

Usage

1
serializeToBits(x, compress = TRUE)

Arguments

x

Any R object.

Logical.

compress Should the bit vector be compressed via chief run-length encoding?

Value

Integer. Compressed bit vector.


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