Anna -
You could also look at the problem from the other direction:
data[,names(datas) != 'A']
- Phil Spector
Statistical Computing Facility
Department of Statistics
UC Berkeley
[email protected]
On Tue, 2 Feb 2010, anna wrote:
This is what I just found now but I guess there is a simpler way:
datas[which(names(datas)=="A")]<-list(rep(NULL,length(which(names(datas)=="A"))))
but it worked
-----
Anna Lippel
--
View this message in context:
http://n4.nabble.com/Deleting-many-columns-of-a-data-frame-with-the-same-name-in-a-row-tp1460078p1460091.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
[email protected] 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.
______________________________________________
[email protected] 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.