Analyze ridership Data by type and weekday

For d, substitute the name of your data frame

I will give it a try. Thank you!

but, I have started the process all over again on R-Studio

and at the point of merging the data set with:

#> Cyclist_trips <- bind_rows(q2_2019, q3_2019, q4_2019, q1_2020)

it returned an error message:

  could not find function "bind_rows" ```

# I have tried to re-install and load "dplyr" - the issue still persist.
# I'm also looking at not saving the session so that i can start the merging again
#>  after the first step above failed i tried this:     dplyr::bind_rows(q2_2019, q3_2019, q4_2019, q1_2020)
# but i dont know how to check  if rows were binded since i did not give the table a name
library(dplyr)

has to be run before this will be found

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.