Re: [R] help using function merge_all()

2010-11-16 Thread arjun
Hi Josh, I thought of giving up and started writing code in excel using VBA but then I saw ur message and gave a try in R. I got it, the location from which I am calling the package "plyr" is not working out so called from different CRANmirror location and then I was able load the pac

Re: [R] help using function merge_all()

2010-11-16 Thread arjun
Hi Josh, Thanks for your reply. While I am loading the package, it says package plyr is required and I tried to install plyr package but I am unable to do so because it is giving an error message as shown below. Please help me. library(reshape) Loading required pa

Re: [R] help using function merge_all()

2010-11-16 Thread Joshua Wiley
Hi, Did you also load the package (you'll need to load it every session you want to use it)? ## load reshape package library(reshape) ## now try merge_all(Br, Ki, Lu, Pr, by="Genes") If this does not resolve your problem, please run: sessionInfo() at your console and report the output (it wil

[R] help using function merge_all()

2010-11-16 Thread arjun
Hi, I want to merge 4 data frames with one column in common but I am getting error message while using this function. Can any one help me out. > merge_all(Br,Ki,Lu,Pr,by="Genes") Error: could not find function "merge_all" I have installed the package: reshape but I still get this error -