Learn R Programming

bpcs (version 1.0.0)

check_result_column: Check if a data frame column contains only the values 1 0 and 2. Used to check the format of the results

Description

Check if a data frame column contains only the values 1 0 and 2. Used to check the format of the results

Usage

check_result_column(d_column)

Arguments

d_column

a column from a data frame

Value

TRUE (correct) or FALSE (with problems)