Re: [R-SIG-Mac] Problem with read.table in my Mac. "No such file or directory"

2021-02-13 Thread Dr Eberhard W Lisse
space in a directory name? put the file in ~/Desktop and see what happens then. If it is a CSV make it moabsitechem.csv and see what that doesn. el — Sent from Dr Lisse’s iPhone On 13 Feb 2021, 22:29 +0200, Parkhurst, David F. , wrote: > I’m still having trouble with read.table, as follows (and

Re: [R-SIG-Mac] Problem with read.table in my Mac. "No such file or directory"

2021-02-13 Thread Parkhurst, David F.
, David F. Cc: r-sig-mac@r-project.org Subject: Re: [R-SIG-Mac] Problem with read.table in my Mac. "No such file or directory" Try list.files() to see the names of the files in the current directory, and make certain you are where you think you are, the file is there, has the name yo

Re: [R-SIG-Mac] Problem with read.table in my Mac. "No such file or directory"

2021-02-13 Thread Bryan Hanson
Try list.files() to see the names of the files in the current directory, and make certain you are where you think you are, the file is there, has the name you think it has etc. You may need to add the extension, presumably something like “.csv” to your read.table call. A possible point of co

[R-SIG-Mac] Problem with read.table in my Mac. "No such file or directory"

2021-02-13 Thread Parkhurst, David F.
I’m still having trouble with read.table, as follows (and there IS a plain text document called moabsitechem in this directory: > getwd() [1] "/Users/DFP/Documents/Documents - David’s iMac/ae/FriendsMonroe" > read.table("moabsitechem") Error in file(file, "rt") : cannot open the connection In addi