What are the data types in r on which binary operators can be applied?
Answer Posted / Indrajeet Kumar Gautam
Binary operators in R can be applied to numeric (integer, real), complex, logical (TRUE, FALSE), character (string) and date-time data types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers