Operators in R Programming

R Programming offers various types of operators to perform the conventional operations like assignment, conditional checks, addition, subtraction, etc.

Types of Operators

  1. Assignment operator
  2. Arithmetic operator
  3. Relational operator
  4. Logical operator
  5. Special operator

Non available Operators, but implemented in an alternate approach

  1. Unary operator
  2. Bitwise operator
  3. Ternary operator