В Fri, 22 Sep 2023 23:10:58 +0000
"Parkhurst, David" <parkh...@indiana.edu> пишет:

> Its location in my Mac files is
> DFPfiles/ae/FriendsMonroe/KurtzData.csv How exactly---What _,
> etc.---do I type with its name in the read_excel() function?

In RGui on Windows, file.choose() opens a dialog window letting the
user choose a file interactively. Do you get a similar prompt if you run
file.choose() in R.app? Choose the file, and it will return a string
that would be most certainly suitable for read.csv(), read_excel(), and
other functions that accept file paths.

-- 
Best regards,
Ivan

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to