Learn R Programming

tangram (version 0.8.2)

select_col: Select given column(s) from a table

Description

Given a table, select the specified column(s)

Usage

select_col(table, col)

Value

the modified table

Arguments

table

the table to modify

col

vector containing column(s) to select