If you want to get that column by position alone, you should add an additional argument, with=FALSE. mtcars_dt[, 1, with=F] # <returns first ...
確定! 回上一頁