[R] View() function

ALBUKHAITI HESHAM h_bukhaiti at hnu.edu.cn
Sat Feb 13 06:34:27 CET 2016


i am try to show the rows name in r by View() function but i cannot ,return only numbers of columns  , but when i use NameData[,1] ,, no problem ,i can get it.
i do not no where is the problem ,
becouse some file in text i downloaded it form internet doesn't have problem.
>>>>>>>>>>>>>>>>
also when i want to read my data as text , R return this message >
mydata<-read.table("mirnat.txt", header=T,row.names = 1)
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1 did not have 62 elements.
please help , thanks



More information about the R-help mailing list