Description Usage Arguments Value Examples
get names of fields in a collection in remote txregnet
1 2 | 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
1 | getFieldNames('CD34_DS12274_hg19_FP', check=FALSE) # we know this collection is there
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.