bquote {base}
Description
An analogue of the LISP backquote macro. bquote quotes its argument except that terms wrapped in .() are evaluated in the specified where environment.
Usage
bquote(expr, where = parent.frame())
Arguments
- expr
- A language object.
- where
- An environment.
Values
A language object.
See Also
Examples
Documentation reproduced from R 2.15.0. License: GPL-2.
