Description Usage Arguments Value Examples
get names of fields in a collection in remote txregnet
1 2 3 4 5 6 7 | getFieldNames(
collection,
check = TRUE,
url = URL_txregLocal(),
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('fLung_DS14724_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.