Hi all,
This is my first post. Hoping I will get the solution of my problem from The best community.
I'm facing some issue after update the readr package from "readr 1.4.0" to "readr 2.0.2".
After update the package causing problem in "rbind" function i.e. combine two data frames(dim 20mnX 35 & 10mnX 35 ) taking time ~30 minutes and using the "group_by" function taking the same time, but in "readr 1.4.0" it takes just 2 minutes.
I'm using RStudio_2021.09.0 and R 4.1.1 in Windows OS with 8gb ram and Core i5 7th Gen processor.
Thanks in advance.