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