cpp_bind: Combine two 'NumericVector's into a 'NumericMatrix'

Description Usage Arguments Value

View source: R/RcppExports.R

Description

This function combines two given NumericVectors into a NumericMatrix. It thereby provides similar functionality as base::cbind.

Usage

1
cpp_bind(a, b)

Arguments

a

NumericVector representing the first column.

b

NumericVector representing the second column.

Value

NumericMatrix being the combination of the two NumericVectors a and b.


MarcoNiemann/kaggle_house documentation built on May 7, 2019, 2:50 p.m.