Mike Kane (@kaneplusplus) 's Twitter Profile
Mike Kane

@kaneplusplus

Co-Founder of Telperian Inc. and Associate Professor at MD Anderson

ID: 401787013

calendar_today31-10-2011 02:44:05

838 Tweet

774 Takipçi

1,1K Takip Edilen

Mike Kane (@kaneplusplus) 's Twitter Profile Photo

The answer to this one is the second selection, {"a" : 1, "b" : 2} for at least two reasons. First, the R code creates a named list, whose elements can be accessed via the double-bracket operator and the element name or via the dollar operator. list(a = 1, b = 2)[['a']] list(a =