Learn R Programming

nanonext (version 0.9.2)

strcat: Concatenate Strings

Description

A fast implementation that appends one character value after another.

Usage

strcat(a, b)

Value

A character vector of length 1.

Arguments

a

character value.

b

character value.

Details

If either 'a' or 'b' is a vector of length greater than 1, only the first element of each is concatenated.

Examples

Run this code
strcat("hello ", "world!")

Run the code above in your browser using DataLab