Hi, I have a problem that I want to divide column "b" with all the other columns, in this case "c" and "d" , is there a nice way to do this?
Further I would like to divide columns "b,c,d" with row 1 form column "b" to create a index? a <- data.table(year = 2001:2010, b = 1:10, c = 11:20, d = 21:30) Regards Serdar
_______________________________________________ datatable-help mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
