Learn R Programming

jsonlite (version 0.9.14)

toMongo: Export to MongoDB

Description

This function will be deprecated. Please use stream_out instead.

Usage

toMongo(x, array = FALSE, POSIXt = "mongo", raw = "mongo", ...)

Arguments

x
a dataframe
array
if output should be an array. See details.
POSIXt
passed on to toJSON
raw
passed on to toJSON
...
other arguments for toJSON

Details

This function will be deprecated. Please use stream_out instead.