Hi I am new to R. 
I am having this problem
t1 <- read.csv("myfile.csv")
t2 <- data.frame(t1)
which have 10 row and 10 columns
t2[1,1] does not give the first element but it gives the levels, how can I
fix it. 

I will be thankful to community. 
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Accessing-single-element-of-data-frame-tp2302770p2302770.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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