Closed ScottClaessens closed 2 months ago
The current error messages for data variable types (integers, ordered factors, etc.) are not super helpful. I will add some pointers to the as.integer() and as.ordered() base R functions in the error messages.
as.integer()
as.ordered()
Fixed in 45fa830.
The current error messages for data variable types (integers, ordered factors, etc.) are not super helpful. I will add some pointers to the
as.integer()
andas.ordered()
base R functions in the error messages.