removeIncompleteDupes | R Documentation |
This function takes a table, an id column, and two data columns.
removeIncompleteDupes(data, id, x, y)
data |
A data frame |
id |
The id column, which should be unique but isn't. |
x |
A column of interest, perhaps with some values missing (NA). |
y |
Another column of interest, perhaps with some values missing (NA). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.