Learn R Programming

toxboot (version 0.2.0)

toxbootGetMongoFields: Query mongoDB and get requested fields

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

toxbootGetMongoFields(fields, ...)

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

Value

data table of requested fields

Details

Longer description here

Examples

Run this code
# NOT RUN {
toxbootGetMongoFields(boot_type = "smooth", aeid = 1508L,
fields = c("hill_ga", "gnls_ga"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab