Skip to content

[R-pkg-devel] Summary: tibbles are not data frames

1 message · William Dunlap

#
is a list

In the old days we encouraged the dat[i,j] usage because it worked
on both matrices and data.frames.  Even now, the transformation to
dat[[j]][i] only works when length(j)==1.


Bill Dunlap
TIBCO Software
wdunlap tibco.com

On Fri, Sep 29, 2017 at 2:50 AM, G?ran Brostr?m <goran.brostrom at umu.se>
wrote: