f_paste: Paste by value one to one for two vectors, matrixes or arrays

Description Usage Arguments Examples

View source: R/Functions.R

Description

Paste by value one to one for two vectors, matrixes or arrays

Usage

1
f_paste(x, y, sep = "")

Arguments

x

The first object, which can be vector, matrix or array.

y

The second object, which can be vector, matrix or array.

sep

The separate letter

Examples

1
2
3
x<-c(1,2,3)
y<-c("A","B","C")
f_paste(x,y,sep="-")

ln1267/dWaSSI documentation built on Dec. 3, 2019, 4:39 a.m.