powered by
Drop a column from a data.frame or data.table, preserving class and modifying in place if data.table.
drop_column(x, varname)
[data.frame or data.table] input `x` with column dropped
[data.frame or data.table]
[chr] column name to drop
Other column_mods: add_column(), drop_columns()
add_column()
drop_columns()