Skip to content
Snippets Groups Projects
Unverified Commit 34c5330c authored by Todor Kondic's avatar Todor Kondic
Browse files

Fix Vectorize call

parent 80f40a47
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ stripext<-function(fn) {
##' from data filenames.
##' @author Todor Kondić
v<-function(fn_data,stgs_alist,wd,fn_cmpd_list,mode,readMethod="mzR",archdir="archive") {
f<-Vectorize(single,vectorize.args=c("wd","fn_data","stgs_alist"),SIMPLIFY=F)
f<-Vectorize(single.sw,vectorize.args=c("wd","fn_data","stgs_alist"),SIMPLIFY=F)
x<-f(fn_data,stgs_alist,wd,fn_cmpd_list,mode,readMethod=readMethod,archdir=archdir)
names(x)<-basename(fn_data)
x}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment