preCheckDuplicates: preCheckDuplicates

View source: R/preCheckDuplicates.R

preCheckDuplicatesR Documentation

preCheckDuplicates

Description

Checks for duplicate entries in the data. To optimize performance the single data values are encoded into integer values (corresponding to their factor representatives). The encoded integer values are then compared if duplicates exist.

Usage

preCheckDuplicates(x)

Arguments

x

Input data that should be checked, provided as a quitte object as.quitte

Value

Two-dimensional list. 1) message with how many dpulicates 2) list of duplicates (in their integer representation)

Author(s)

Cornelia Auer


IAMconsortium/iamc documentation built on July 8, 2023, 11:35 p.m.