%&% {NNTbiomarker}R Documentation

%&% string concatenation

Description

From mvbutils

Usage

a %&% b

Arguments

a

a string

b

another string

Value

paste0(a, b)


[Package NNTbiomarker version 0.29.11 Index]