This site is to serve as my note-book and to effectively communicate with my students and collaborators. Every now and then, a blog may be of interest to other researchers or teachers. Views in this blog are my own. All rights of research results and findings on this blog are reserved. See also http://youtube.com/c/hongqin
@hongqin
Wednesday, December 16, 2015
bug, dataframe and vector, R 3.2.3
After update R to 3.2.3,
I have a bug due to implicit conversion from single column dataframe and vector, but strict requirement in R3.2.3.
essenLookupTb = read.csv(inLookupTbFile, row.names=1); essenLookupTb = as.vector(essenLookupTb[,1]); #20151215 after update to R3.2.3
No comments:
Post a Comment