Skip to content
Prev 320246 / 398506 Next

About name of list elements

Hi Max,

This is known as fuzzy matching.  When using `$`, if R can uniquely
match the element name based on what is typed, it returns it.  Thus,
in your example, foo uniquely matches foobar, but if you had foobar,
foobox, $foo would not be a unique match.

Cheers,

Josh
On Mon, Mar 25, 2013 at 12:21 PM, Andrew Lin <hlin09pu at gmail.com> wrote: