cc | R Documentation |
Converts a text separated by commas into a character vector.
cc(text, sep = ",")
text |
Text to be separated. |
sep |
A character of separation. It must be a blank. If it is another character, trailing blanks are suppressed. |
Returns inside the text are omitted.
A vector of the split segments of the text.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca. See https://sociocav.usal.es/blog/modesto-escobar/
## A text with three names separated with commas is converted into a vector of length 3.
cc("Pedro Almodovar, Diego Velazquez, Salvador Dali")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.