Skip to content
Prev 41550 / 63424 Next

Speed difference between df$a[1] and df[1,"a"]

`$` and `[` are primitives while `[.data.frame` is a longish R function 
that does all sorts of clever things.
On 19/10/11 22:34, Stavros Macrakis wrote: