filmov
tv
Select Subset of Data Table Columns in R (Example) | Keep & Remove Variables | data.table Package

Показать описание
R code of this video:
dat_tab # Print example data table
dat_tab_new <- dat_tab[ , ! c("V1", "V3"), with = FALSE] # Remove columns
dat_tab_new # Print updated data table
Follow me on Social Media:
dat_tab # Print example data table
dat_tab_new <- dat_tab[ , ! c("V1", "V3"), with = FALSE] # Remove columns
dat_tab_new # Print updated data table
Follow me on Social Media: