Learn R Programming

qualitycontrol (version 0.1.0)

test_duplicated: Test if variable values are duplicated

Description

Test if variable values are duplicated

Usage

test_duplicated(data, variable)

Value

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

Arguments

data

data to be tested.

variable

The variable to be tested.

Examples

Run this code
test_duplicated(als_data, 'subjid')

Run the code above in your browser using DataLab