powered by
A fast implementation that appends one character value after another.
strcat(a, b)
A character vector of length 1.
character value.
If either 'a' or 'b' is a vector of length greater than 1, only the first element of each is concatenated.
strcat("hello ", "world!")
Run the code above in your browser using DataLab