guess_vector_type.Rd
Function analyses content of a factor vector and attempts to guess the correct type.
guess_vector_type(x)
x | A vector of factor class. |
---|
A scalar string with class name.
The initial version of this function was posted and discussed on StackOverflow.