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.tableErrore: non trovo la funzione "?" #CAN'T FIND "?" FUNCTION....oh my freak..!! ...I'M scared !!!> ?meanErrore: non trovo la funzione "?"> ?rbinomErrore: 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]]
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.
That's possible, but without knowing exactly what you did I really can't say for certain what went wrong. I'm glad you've got it working. Sarah On Sun, Jan 16, 2011 at 8:06 PM, Freddy Gamma <freddy.gamma at gmail.com> wrote:> Well, how about some information: > What version of Windows are you running? > XP PRO 2000 > What version of R are you running? > R2.11.1 > How did you start R? Did you load an existing Rdata file? Are you > using one of the GUIs, or piping through an editor? > YES loaded my codes from a file.R ,I guess I work on editor > What happens if you start a clean session of R without any add-ons? > It happened that by rebooting R and bringing the read.table statement on the > same line(I had broken it on two lines previously), all ran smoothly, I > think the issue was really splitting the statement on two different rows, > but anyway, as u possibly appreciated from the attached codes, this gave > start to some truly heery beheaviour of R (I would it better expected it to > return some type of error phrase but NOT freaking on a "?" symbol out ). > Anyway I'm ok now.., still have u got any hint for that story? > Thanks ;) > > 2011/1/16 Sarah Goslee <sarah.goslee at gmail.com> >> >> 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