Which data type in R is used to store true/false values?
- Boolean
- Character
- Logical
- Numeric
In R, true/false values are stored as logical data type. This data type only has two possible values: TRUE and FALSE.
Loading...
Related Quiz
- A ________ in R is a collection of elements of different data types.
- Imagine you are new to R programming. How would you start learning it? What resources would you use?
- How do you perform multiplication in R?
- The ______ function in R can be used to apply a function to the margins of an array.
- Imagine you're working with a dataset in R and need to standardize a numeric column. How would you approach this?