```r data.table(a=1:2, b=2:1)[, head(.SD), a] Error in ghead(.SD) : argument "n" is missing, with no default ``` this should use default `n` of `head.data.table` which is 6L same `tail`
this should use default
nofhead.data.tablewhich is 6Lsame
tail