Modulo Operator in R ( %% operator ) abhisanto Introduction to R Programming May 15, 2020 1 Minute Modulo Operator in R ( %% operator ) The modulo returns the remainder of the division of the number to the left by the number on the right Example : 5%%3 Result : 2 Share this:TwitterFacebookLike this:Like Loading... Published May 15, 2020