Cleaning a ridership data. Everytime i try to stack the data into one frame with this syntax:
r Cyclist_trips <- bind_rows(q2_2019, q3_2019, q4_2019, q1_2020)
Note: I have installed and loaded "dplyr" - install.packages("dplyr"), library(dplyr)
r Cyclist_trips <- bind_rows(q2_2019, q3_2019, q4_2019, q1_2020)
Note: I have installed and loaded "dplyr" - install.packages("dplyr"), library(dplyr)
Hi Yomi,
It looks like a memory issue based upon the gauge on the top menu bar and the fact you are working will large datasets with 1m+ rows. If you need to solve this problem in Posit Cloud, I suggest upgrading to the new Cloud Basic plan that can go up to 8GB of RAM - compared with just 1GB on Cloud Free --> Posit Cloud Basic Plan
Alternatively, you shouldn't have a problem running it on your own machine using RStudio Desktop.
-Alex
Thank you. This is appreciated
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.