del_col: Delete given column(s) from a table

View source: R/compile-post.R

del_colR Documentation

Delete given column(s) from a table

Description

Given a table, remove the specified column

Usage

del_col(table, col)

Arguments

table

the table to modify

col

vector containing column(s) to drop

Value

the modified table


spgarbet/tg documentation built on Feb. 21, 2023, 3:35 a.m.