select_col: Select given column(s) from a table

View source: R/compile-post.R

select_colR Documentation

Select given column(s) from a table

Description

Given a table, select the specified column(s)

Usage

select_col(table, col)

Arguments

table

the table to modify

col

vector containing column(s) to select

Value

the modified table


tangram documentation built on Feb. 16, 2023, 5:59 p.m.