writeBSON {JSON} R Documentation

save any R object into BSON stream data

Description

Usage

writeBSON(obj,
    file = NULL,
    maskReadonly = FALSE,
    enumToStr = TRUE,
    unixTimestamp = TRUE,
    ... = NULL);

Arguments

obj

-

file

the file resource that used for save the BSON data, if this parameter is empty, then a binary data stream that contains the BSON data will be returned.

env

[as Environment]

Details

Authors

SMRUCC genomics

Value

this function returns data object of type any kind.

clr value class

Examples


[Package JSON version 6.0.0.3654 Index]