Which functions or operators can we use on character vectors?

paste()nchar()+,-,*,/

Exactly! paste() and `nchar() are both functions we can use with character vectors, but we can't use arithmetic operators.

Almost! paste() and `nchar() are both functions we can use with character vectors, but we can't use arithmetic operators.