makeColData {TxRegInfra} | R Documentation |
generate a colData component corresponding to a mongodb
makeColData(url = URL_txregInAWS(), db = "txregnet", formatter = basicFormatter)
url |
character(1) url for mongodb |
db |
character(1) database name |
formatter |
a function that takes in a character vector and returns a DataFrame with number of rows equal to the length of input |
a DataFrame instance
if (verifyHasMongoCmd()) makeColData()