Hi Val,

I am not sure what it is that you are trying to do.
"read.table"
Is not used to open an R script, but to open a data file.
You will also need to give the extension of the file when using the command
(someone please correct me if I am wrong).

If you wish to open an R script, I would just use the GUI menu and use:
"file -> open script" and find your script to open.

Good luck,
Tal






----------------------------------------------


My contact information:
Tal Galili
E-mail: tal.gal...@gmail.com
Phone number: 972-52-7275845
FaceBook: Tal Galili
My Blogs:
http://www.talgalili.com (Web and general, Hebrew)
http://www.biostatistics.co.il (Statistics, Hebrew)
http://www.r-statistics.com/ (Statistics,R, English)




On Wed, Oct 28, 2009 at 4:04 PM, Val <valkr...@gmail.com> wrote:

> Hi User's,
>
> This might be a simple question but it is giving me a hard time as I am a
> new user.
> I installed  R version 2.9.2 (2009-08-24)
>
> 1. I just copied a short script from Fox (2002) as a practice   and wanted
> to save it as Rossi.R.
> The system saved it without complain but when I looked at  using a windows
> explorer  it is not *.R file but only Rossi. Why this is happening?
>
> 2. the script and the data files are in the same working directory. When I
> run the following script
>
>    >  Rossi <- read.table('Rossi',header=T)
>   >   Rossi[1:5,1:10]
>
> I got the following error messages
>
>            Error in file(file, "r") : cannot open the connection
>            In addition: Warning message:
>            In file(file, "r") : cannot open file 'Rossi': No such file or
> directory
>          > Rossi[1:5,1:10]
>           Error: object 'Rossi' not found
>
>
> Thank you for your help in advance
>
> Val
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> 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.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
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