SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem and I solved it like this, by taking the original data frame without row names and adding them later
SFIo <- as.matrix(apply(SFI[,-1],2,as.numeric)) row.names(SFIo) <- SFI[,1]