jeroen/mongolite

insertMany?

dmenne opened this issue · 1 comments

I could not find the equivalent to insertMany for a file like this:

s = '[
   { item: "journal"},
   { item: "notebook}
]'

Workaround is to parse with jsonlite and iterate with insert, but maybe I missed something?

If you insert a list or dataframe object, it will automatically use insertmany