Which of the following data types is used to store text in R?

Which of the following data types is used to store text in R?

a) Numeric
b) Logical
c) Character
d) Integer

Answer:

c) Character

Explanation:

The Character data type is used to store text values (strings) in R.

Scroll to Top