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

Fix return value in gen_base_ftab

* R/api.R(gen_base_ftab): Fix return.
parent 4a0f7428
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ gen_base_ftab <- function(m) {
df <- gen_sup_ftab(files,m$out$tab$comp)
tab2file(df,file.path(m$conf$project,FN_FTAB_BASE))
m$out$tab$ftab <- df
m
}
##' @export
......
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