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... Related Post navigation List in R names() function in R