Query | R Documentation |
Create a Query object
Query(node, reqMaps = NULL, optMaps = NULL, fn = NULL,
validnames = NULL)
Query_DV(node, meta_data = NULL)
Query_Cov(node, meta_data = NULL)
Query_CovT(node, meta_data = NULL)
Query_IndDose(node, meta_data = NULL)
node |
A list with query settings |
reqMaps |
Names of required mappings as character |
optMaps |
Names of optional mappings as character |
fn |
Name of the query function to create |
The settings list in node is screened for syntactical errors such as missing mappings, incorrectly formatted R names, and unparseable R expressions. Errors are collected and returned in a list.
A Query object with 'mappings' member as the passed node. Errors encountered during screening are listed in the 'errors' member.
Query_DV
: Create Dependent Variable Query object
Query_Cov
: Create Static Covariate Query object
Query_CovT
: Create Time-varying Covariate Query object
Query_IndDose
: Create Individual Dosing Query object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.