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

api: Add exports

* R/api.R(load_compound_input,load_data_input): Exported.

NAMESPACE: Updated.
parent b6b2ac19
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
export(gen)
export(launch)
export(load_compound_input)
export(load_data_input)
export(load_inputs)
export(mk_comp_tab)
export(read_conf)
......
......@@ -49,6 +49,7 @@ load_compound_input <- function(m) {
m
}
##' @export
load_data_input <- function(m) {
m$input$tab$mzml <- file2tab(m$conf$data)
m
......
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