charToFactor top-level constant

int const charToFactor

The maximum number of unique values for a character variable for it to be considered as a factor.

Implementation

const int charToFactor = 15;