Good afternoon!
I have run into a new error, which seems to not have been solved yet (at least, I couldn't find a resolution). I am running some tests on a simple dataframe, and when I attempt to spread the data by the object, I get the following error:
Error in if (n > 2^31) { : missing value where TRUE/FALSE needed
I have no if else loops, nor NAs in the data. I read somewhere I might have something to do with my windows version, but I'm not sure.
Thank you!