Description Usage Arguments Value See Also Examples
Find columns that are duplicates in a data frame
1 |
df |
a object of class data.frame |
message |
a object of class logical indicating to display a helper message |
return the data frame without duplicates
1 2 | a = data.frame(x=letters[1:5], y=letters[1:5], z=letters[6:10])
same_same(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.