Hey, trying to write data to Azure but getting session crashes. Original dataframe that I tried to write was a tibble, converted to data frame and didn't get crashes anymore but this:
error: protect(): protection stack overflow.
Tried to figure out the error and some results suggested it would be because of a too big data frame. Did make the df smaller and was able to write without errors/crashes. Is there a size limit for this functionality?