Skip to content
Snippets Groups Projects
Commit e09d1a78 authored by Todor Kondić's avatar Todor Kondić
Browse files

extr_data: Begin cleaning up `extr_data'.

parent 7b1aad34
No related branches found
No related tags found
No related merge requests found
Pipeline #69980 passed
......@@ -314,7 +314,7 @@ mk_tol_funcs <- function(m) {
##' @export
extr_data <-function(m) {
extr_data2 <-function(m) {
message("Stage: extract")
if (is.null(m$conf$serial) || !m$conf$serial) {
extr_data_future(m)
......@@ -324,6 +324,10 @@ extr_data <-function(m) {
}
}
extr_data <-function(m) {
m
}
extr_data_future <- function(m) {
## Reduce the comp table to only unique masses (this is because
## different sets can have same masses).
......
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