Hello Everyone, I am preparing for R interview related some questions and I want to know how to use mode function in R. In R, mean() and median() are standard functions which do what you'd expect. mode() tells you the internal storage mode of the object, not the value that occurs the most in its argument. Can anyone tell me the functionality of mode? And also suggest me some tips for my upcoming interviews.