Man pages for timoklimmer/documentdbr
Use Azure DocumentDB from R

countDocumentsCounts documents in a collection, either all or only those...
createCollectionCreates a collection.
createDatabaseCreates a database with the specified database ID.
deleteCollectionDeletes a collection.
deleteDatabaseDeletes the specified database.
deleteDocumentDeletes a single document from a collection.
deleteDocumentsDeletes documents in a collection, either all or only those...
existsCollectionChecks whether a collection exists.
existsDatabaseChecks whether a database exists.
getDocumentGets a single document from a collection.
getDocumentDbConnectionInfoReturns an object which contains connection information to a...
selectDocumentsRuns a SELECT query on a collection and returns its result as...
upsertDocumentInserts or updates the specified JSON document into a...
upsertDocumentsInterprets the rows in a specified data.frame as documents...
timoklimmer/documentdbr documentation built on May 31, 2019, 2:29 p.m.