Skip to content
Prev 255023 / 398498 Next

altering a "call" variable from quote()

On Mar 28, 2011, at 11:32 AM, William Dunlap wrote:

            
Or `bquote`:

  b = quote(b==3)
  bquote(.(b) && x > 2)
# b == 3 && x > 2

 > identical(e1,e2) &&
+ identical(e1,e3) &&
+ identical(e1, bquote(.(b) && x > 2) )
[1] TRUE
David Winsemius, MD
West Hartford, CT