toxbootGetMongoFields: Query mongoDB and get requested fields

Description Usage Arguments Details Value Examples

Description

toxbootGetMongoFields will query the mongo database for matching bootstrap type(s), assay aeid(s), and sample id(s). It will then return a data.table with the requested fields.

Usage

1

Arguments

fields

String, a vector of fields to return from the database. Passed to toxbootProjectionBuild

...

parameters to query on, passed to toxbootQueryBuild. Format is query_field = query_values

Details

Longer description here

Value

data table of requested fields

Examples

1
2
3
4
5
## Not run: 
toxbootGetMongoFields(boot_type = "smooth", aeid = 1508L,
fields = c("hill_ga", "gnls_ga"))

## End(Not run)

ericwatt/toxboot documentation built on May 16, 2019, 8:41 a.m.