Closed mdumer closed 5 years ago
The package can only detect feature types by guessing. If you would like to set them as discrete values, you can simply do update_columns(df, names(df), as.factor)
, and then run these functions again. I don't think it is possible to force define feature class outside its generic type. Hope this helps.
Hi, Hope you are doing well. I tried this thing and find this issue.
Thanks