Description Usage Arguments Value Examples
Remove duolicated rows
1 |
data |
data frame |
an unique data frame
1 2 3 | # GPSimNeg a data frame
test <- data.frame("a" = c("ab", "cd", "ef"), "b" = c("cd", "ab", "ef"))
test <- removeDup(test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.