concatenate: Concatenate

Description Usage Arguments Value Examples

Description

This function concatenates two strings with a separating space

Usage

1
concatenate(s1, s2)

Arguments

s1

First string, no trailing spaces.

s2

Second string. no leading spaces.

Value

Concatenated strings with a separating space

Examples

1
2
3
4
> s1 <- "a"
> s2 <- "b"
> concatenate(s1,s2)
[1] "a b"

cog-ethz/evertools documentation built on April 1, 2020, 10:30 p.m.