with_column: Adding a column to a table

Description Usage Arguments Examples

Description

This function adds columns to the initialized table.

Usage

1

Arguments

tbl

the input table

col

the column

Examples

1
Table() %>% with_column(list("ColumnA", c(1, 1, 1))

sidneyle/datascienceR documentation built on May 20, 2019, 5:04 p.m.