| extractDollarExpressions | R Documentation |
Extracts the expression containing a dollar symbol.
extractDollarExpressions(EXPR)
EXPR |
an R expression |
extractDollarExpressions extracts the expression containing a dollar symbol. Furthermore it provides an alias for it. This function is meant for internal use in gmReadInternal, when dollar expressions occur in bracket terms.
Returns a structure, containing the whole expression using the alias instead of the original dollar expression in expr and the dollar expression itself in dollarExpr.
K. Gerald van den Boogaart, S. Matos Camacho
gmReadInternal
extractDollarExpressions(quote(root$project == 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.