test_duplicated {qualitycontrol}R Documentation

Test if variable values are duplicated

Description

Test if variable values are duplicated

Usage

test_duplicated(data, variable)

Arguments

data

data to be tested.

variable

The variable to be tested.

Value

A data frame containing all the findings regarding the applied test.

Examples

test_duplicated(als_data, 'subjid')

[Package qualitycontrol version 0.1.0 Index]