Hi there!
One quick question .Or I think it must be: how do you chande the dataset variable type in a dataset using R code?
I have a dataset that is giving me trouble when uploading to a MySQL database. Other dataset work fine, many lines, many columns, no problem. This particular dataset crashes R Studio, for some reason. I thik it might be that the info was encoded by y ERP due to GDPR reasons, and there must be a character that is not meant to be in that variable tye (for example, an asterisc in a numeric varaible)
I can´t, and must not, skip those rows.
Since I´ll be working that data in Power BI later on i figured I could change numeric variables to strings, and see if that helps. Or is there a way to debug the reason R Studio crahses? some sort of log or somethig?