SyntaxFix
Write A Post
Hire A Developer
Questions
Try
f <- file.choose()
to choose the file interactively and save the name in f.
f
Then run read.csv on the saved filename
read.csv
d <- read.csv(f)