cbind_flat_vectors: Combine two flat vectors into a single (flat) matix

View source: R/cbind-flat-vectors.R

cbind_flat_vectorsR Documentation

Combine two flat vectors into a single (flat) matix

Description

Combine two flat vectors into a single (flat) matix

Usage

cbind_flat_vectors(a, b)

Arguments

a

first column vector

b

second column vector

Value

flat (row-wise) matrix, cbind(a,b)


sakrejda/dt documentation built on Sept. 24, 2022, 3:03 a.m.