pastePart {xegaBNF}R Documentation

Catenates a vector of strings into a single string.

Description

The vector elements are separated by a white space.

Usage

pastePart(tvec)

Arguments

tvec

A vector of strings.

Value

A string.

See Also

Other Grammar Preprocessor: evenMacro(), existsMacro(), preBNF()

Examples

a<-c("text", "text2")
pastePart(a)


[Package xegaBNF version 1.0.0.5 Index]