remove_duplicate: Remove duplicates

View source: R/clean.R

remove_duplicateR Documentation

Remove duplicates

Description

Removes duplicated surveys from .tbl where column "action" in the log is set to "duplicate".

Usage

remove_duplicate(.tbl, log, id_col)

Arguments

.tbl

A tibble

log

A deletion log, which contains a column "action".

id_col

The column id, usually "uuid"

Value

Removal - duplicates


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.