excludePresent: Exclude values in dataset #2 that are present in dataset #1

View source: R/utils.R

excludePresentR Documentation

Exclude values in dataset #2 that are present in dataset #1

Description

Return a version of dataset #2 that doesn't contain records in dataset #1, assuming records are in an "ID" column

Usage

excludePresent(x = "ID", data1 = NULL, data2 = NULL)

avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.