On 23/09/2023 3:35 p.m., Ivan Krylov wrote:
В 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.
file.choose() exists on all platforms. choose.files() only exists on
Windows.
Duncan Murdoch
______________________________________________
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.