Just wondering if there is a shortcut in R to add a quotation mark to the vector? Thus, it will be like c (lemon, orange, apple) to c ("lemon", "orange", "apple"), without going to each element manually to change it, because sometimes many elements can be in the vector . Thanks.
source
share