parseBSON {JSON} R Documentation

parse the binary JSON data into the raw JSON model or R data object

Description

Usage

parseBSON(buffer,
    raw = FALSE);

Arguments

buffer

the binary data package in BSON format

raw

[as boolean]

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]