Queries the variable types of the variables, which shall be joined, and creates the R presentation of an SQL JOIN.
gmJoinAVariable(sel,var,nameUse=var,bind=TRUE,db=getOption("gmDB"),selID=attr(sel,"id"))
gmJoinADollarExpr(sel,expr,nameUse,envir,bind=TRUE,db=getOption("gmDB"),
gmNameVarID=getGmNameVarID(db))
For gmJoinADollarExpression
the new selection expression, where the dollar expression is added.
The selection statement in R representation.
R expression of an SQL query.
the names used for the variables
defines the environment used for evaluation of expr
should the variable be bound
The database connection to the material analysis database.
The ID attribute of the selection.
An R expression.
The gmVarID of gmName from the database.
K. Gerald van den Boogaart, S. Matos Camacho
Internals functions for constructing a SQL statement.