rcbind {mlr3misc}R Documentation

Bind Columns by Reference

Description

Performs base::cbind() on data.tables, possibly by reference.

Usage

rcbind(x, y)

Arguments

x

:: data.table::data.table()
data.table::data.table() to add columns to.

y

:: data.table::data.table()
data.table::data.table() to take columns from.

Value

(data.table::data.table()): Updated x .


[Package mlr3misc version 0.1.3 Index]