An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110116/7eecaf35/attachment.pl>
ODD ODD ODD stuff!!
3 messages · Freddy Gamma, Sarah Goslee, jim holtman
Well, how about some information: What version of Windows are you running? What version of R are you running? How did you start R? Did you load an existing Rdata file? Are you using one of the GUIs, or piping through an editor? What happens if you start a clean session of R without any add-ons? It sounds like something is wrong with your configuration, or with a loaded RData file, but more information is needed to know for certain. Sarah
On Sun, Jan 16, 2011 at 8:49 AM, Freddy Gamma <freddy.gamma at gmail.com> wrote:
Egregious, look what just happened few minutes ago while opening up my program and running the scripts
A<-read.table("C:\\Documents and Settings\\
+ me\\Desktop\\TESI\\generale.txt",head=T) Errore: non trovo la funzione "read.table" ? ? ? #CAN'T FIND read.table FUNTION!!!??? ARE WE ok???
B<-read.table("C:\\Documents and Settings\\
+ me\\Desktop\\TESI\\esami.txt",head=T) Errore: non trovo la funzione "read.table"
?read.table
Errore: non trovo la funzione "?" ? ? ? ? ?#CAN'T FIND "?" FUNCTION....oh my freak..!! ...I'M scared !!!
?mean
Errore: non trovo la funzione "?"
?rbinom
Errore: non trovo la funzione "?"
There is something right here that I'm (hopefully) missing , or is ti just a bad dream!!??? Thank u if anyone wish a quick advise.. Federico Bonofiglio
Sarah Goslee http://www.functionaldiversity.org
Type 'search()' to see what is on the search path to see if anything is missing. Also try 'apropos('read')' to see if there are other functions containing 'read'
Sent from my iPhone
What is the problem you are trying to solve?
On Jan 16, 2011, at 8:49, Freddy Gamma <freddy.gamma at gmail.com> wrote:
Egregious, look what just happened few minutes ago while opening up my program and running the scripts
A<-read.table("C:\\Documents and Settings\\
+ me\\Desktop\\TESI\\generale.txt",head=T) Errore: non trovo la funzione "read.table" #CAN'T FIND read.table FUNTION!!!??? ARE WE ok???
B<-read.table("C:\\Documents and Settings\\
+ me\\Desktop\\TESI\\esami.txt",head=T) Errore: non trovo la funzione "read.table"
?read.table
Errore: non trovo la funzione "?" #CAN'T FIND "?" FUNCTION....oh my freak..!! ...I'M scared !!!
?mean
Errore: non trovo la funzione "?"
?rbinom
Errore: non trovo la funzione "?"
There is something right here that I'm (hopefully) missing , or is ti just a bad dream!!??? Thank u if anyone wish a quick advise.. Federico Bonofiglio [[alternative HTML version deleted]]
______________________________________________ R-help at 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.