Hi,
I am using R 2.1.1 for my quality class. I need for it to read a table that i created in Text Editor. I don't know how to input the path name correctly for it to read it right. My profesor in class used Windows Notepad to put the tables and saved them as a .txt file. What should i save it as? A RFT file???
the code that he used is:
dat<-read.table("e:/sample5_4.txt")
If I go to Spotlight it gives me, that the location is as follows: /Users/diegozuniga/documents. And the name of my file is sample5_4
Can anybody possible help me. And just as a word of caution, i am probably going to have more questions like this later on. Thank you very much in advance.
I am using R 2.1.1 for my quality class. I need for it to read a table that i created in Text Editor. I don't know how to input the path name correctly for it to read it right. My profesor in class used Windows Notepad to put the tables and saved them as a .txt file. What should i save it as? A RFT file???
the code that he used is:
dat<-read.table("e:/sample5_4.txt")
If I go to Spotlight it gives me, that the location is as follows: /Users/diegozuniga/documents. And the name of my file is sample5_4
Can anybody possible help me. And just as a word of caution, i am probably going to have more questions like this later on. Thank you very much in advance.