duplicated() function in R: Find duplicated elements in a vector or dataframe

In this tutorial, we will learn about the base R function duplicated() and how can we use duplicated() function to find if an element in a vector is duplicated or a row in a dataframe is duplicated. duplicated() function can take a vector, matrix or a dataframe as input and give us boolean or logical… Continue reading duplicated() function in R: Find duplicated elements in a vector or dataframe

Exit mobile version