toxbootGetMongoFields: Query mongoDB and get requested fields

Description Usage Arguments Details Value Examples

View source: R/toxbootMongoFuncs.R

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)

toxboot documentation built on Nov. 26, 2018, 1:04 a.m.