removeIncompleteDupes: Remove incomplete duplicate rows.

View source: R/duplicates.R

removeIncompleteDupesR Documentation

Remove incomplete duplicate rows.

Description

This function takes a table, an id column, and two data columns.

Usage

removeIncompleteDupes(data, id, x, y)

Arguments

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).


capellett/scutils documentation built on Oct. 20, 2023, 5:38 p.m.