powered by
Converts a text separated by commas into a character vector.
cc(text, sep = ",")
A vector of the split segments of the text.
Text to be separated.
A character of separation. It must be a blank. If it is another character, trailing blanks are suppressed.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca. See https://sociocav.usal.es/blog/modesto-escobar/
Returns inside the text are omitted.
## A text with three names separated with commas is converted into a vector of length 3. cc("Pedro Almodovar, Diego Velazquez, Salvador Dali")
Run the code above in your browser using DataLab