On Wed, Oct 29, 2014 at 3:26 PM, Winston Chang <winstoncha...@gmail.com> wrote: > I ran into this and found the result very surprising: > > identical( quote({ a }), quote({ a }) ) > # FALSE > > It seems related to curly braces. For example, parens work fine: > identical( quote(( a )), quote(( a )) ) > # TRUE > > Is this expected behavior? I can't seem to find anything in the help > for identical that relates to this. > It's not in ?identical, but ?Paren gives you some pointers. str(quote((a))) and str(quote({a})) are also informative.
> -Winston > > ______________________________________________ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Joshua Ulrich | about.me/joshuaulrich FOSS Trading | www.fosstrading.com ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel