Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. a<-matrix(c(1,2,3,4,5), nrow = 10, ncol = 1)
  2. write.csv(a,row.names=FALSE, col.names=FALSE, file = "D:/a/matrix.csv")
  3.  
  4. Warning message:
  5. In write.csv(a, row.names = FALSE, col.names = FALSE, file = "D:/a/matrix.csv") :
  6. attempt to set 'col.names' ignored
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement