Skip to content
Prev 33193 / 398506 Next

how to string characters?

How can I string character variables?

for example:
a<- "str"
b<- "ing"

and i want c to be "string"
how do I do that?