getFieldNames {TxRegInfra} | R Documentation |
get names of fields in a collection in remote txregnet
getFieldNames(collection, check = TRUE, url = URL_txregInAWS(), db = "txregnet", limitn = 1)
collection |
character(1) name of collection |
check |
logical(1) if TRUE will verify that |
url |
character(1) mongodb url |
db |
character(1) mongodb db name |
limitn |
numeric(1) number of records to probe to get field names |
a vector of strings
getFieldNames('CD34_DS12274_hg19_FP', check=FALSE) # we know this collection is there