Is it possible to select a column of a data.table and get back a vector? In base R, the argument drop=TRUE would do the trick. For example,
drop=TRUE
library(
See data.table FAQ #1.1. This comes as a feature since 2006.