Skip to contents

Helper function to determine if a column contains categorical or continuous Data

Usage

check_column_type(col)

Arguments

col

data.frame column containing data of interest.

Value

Character string defining the data type contained withing the column

Examples

#HELPER FUNCTION