Skip to content
Snippets Groups Projects
Commit 40eb35c9 authored by Todor Kondic's avatar Todor Kondic
Browse files

Update mix.R

* R/mix.R(presc.single): Export

* NAMESPACE: Add exports
parent 72467d05
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,5 @@
export(mb.do)
export(mb.prep)
export(presc.single)
export(sw.do)
......@@ -317,6 +317,7 @@ v<-function(fn_data,stgs_alist,wd,fn_cmpd_list,mode,readMethod="mzR",archdir="ar
##' @param nm_arch Archive prefix.
##' @return result of RMB_EIC_Prescreen
##' @author Todor Kondić
##' @export
presc.single <- function(fn_data,stgs_alist,wd,mode,fn_cmpd_l,ppm_lim_fine=10,EIC_limit=0.001,nm_arch="archive") {
gen_stgs_and_load(fn_data,stgs_alist,wd)
......
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