I’m getting error using the r markdown

I’m trying to document my work using the r markdown. I’m trying to copy and paste the code I used for my analysis, from loading the library and I keep getting restarting the r studio

What is the error? What code have you tried?

1 Like

First I’m trying to upload my datasets. And I keep getting an error dataset does not exist in your current working directory (‘c:/user/Dr. IJ/Documents/R’)

I assume that your folder and file exists, but perhaps check again? Maybe restart RStudio and try again too.

You could also work in projects and avoid the absolute file paths:

1 Like

Error: ‘202112-divvy-tripdata.CAC’ does not exist in current working directory
(‘C:/users/Dr.IJ/Documents/R’)

This is the code I used
Trips_dec <- read_csv(“202112-divvy-tripdata.csv”)

I have already used this code to upload my data set in r scripts. And I’m using the R markdown to detail my analysis process

with a cac extension?

No it’s csv. It was my keyboard auto correct

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.