Error in setwd("/Users/Naj/OneDrive/Bureau/fichier_abonnement_vélo.csv") : cannot change working directory

getwd()
setwd("/Users/Naj/OneDrive/Bureau/fichier_abonnement_vélo.csv")
q2_2019 <- read_csv("Divvy_Trips_2019_Q2.csv")

Error in setwd("/Users/Naj/OneDrive/Bureau/fichier_abonnement_vélo.csv") :
cannot change working directory

please help me

Hi,

Try to set working directory without the file: setwd("/Users/Naj/OneDrive/Bureau")

1 Like

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.