search for: 000121ddd51117

Displaying 1 result from an estimated 1 matches for "000121ddd51117".

2010 May 19
1
Re : Adding column sum to new row in data frame
...1 1 0 2 2 0 BBB 1298 1195 1212 1244 1158 845 CCC 0 0 0 1 2 1 DDD 5 11 17 15 10 9 EEE 18 28 27 23 23 16 FFF 68 152 184 135 111 86 I want to sum all the column(Jan, Feb, Mar ...) and have to merge the total at last row. like this: StateJanFebMarAprMayJunAAA110220BBB12981195121212441158845CCC 000121DDD51117 15109EEE182827232316FFF6815218413511186Total 1390 1387 1440 1420 1306 957 I am doing some thing like this, but I don't know how to merge "Total" to "data" Or I don't know there may be a alternative way. > data <- read.csv(file='ipsample.csv',sep='...