concatenate {stringr} R Documentation

Description

Usage

concatenate(data,
    comma = ",",
    andalso = "and",
    etc = "etc",
    joinSpace = TRUE,
    enUS = FALSE);

Arguments

data

-

comma

[as string]

andalso

[as string]

etc

[as string]

joinSpace

[as boolean]

enUS

[as boolean]

Details

Authors

SMRUCC genomics Institute

Value

if the input data list contains no elements or it is nothing, then this function will returns nothing

clr value class

Examples


[Package stringr version 2.33.856.6961 Index]