sQuote() Function in R with Example
Text in R is represented by character vectors. The text often is referred to as a string in computer programming. A character vector is a vector consisting of characters. To assign a value to a character vector, use the <- (left arrow) operator. To find the length of the character vector, use the length() function. … Read more