txregCollections {TxRegInfra} | R Documentation |
list collections in AWS mongo server for txregnet
txregCollections(ignore = NULL, url = URL_txregInAWS(), db = "txregnet", cliparms = "--quiet --eval")
ignore |
defaults to NULL, otherwise an integer vector telling which lines of mongo db.getCollectionNames() result should be ignored |
url |
a valid mongodb URL |
db |
character(1) db name |
cliparms |
character(1) added parameters for mongo CLI call |
a character vector of collection names
if (verifyHasMongoCmd()) txregCollections()[seq_len(5)]