Learn R Programming

tangram (version 0.8.2)

del_col: Delete given column(s) from a table

Description

Given a table, remove the specified column

Usage

del_col(table, col)

Value

the modified table

Arguments

table

the table to modify

col

vector containing column(s) to drop