Is there posiibility to read.table change in matrix? When i used read.table it gave me:
V1 V2 V3 V4 [1,] "OsobaA" "10,00" "9,00" "8,00" [2,] "OsobaB" "2,00" "3,00" "1,00" [3,] "OsobaC" "5,00" "6,00" "4,00" I want to change it in: [1,] [2,] [3,] [4,] [1,] "A" "10,00" "9,00" "8,00" [2,] "B "2,00" "3,00" "1,00" [3,] "C" "5,00" "6,00" "4,00" What should I do to get this? -- View this message in context: http://r.789695.n4.nabble.com/Matrix-in-R-tp4649426.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.