From 8f592509d7b64a469be6f39dad3663efdadef50f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu>
Date: Thu, 30 Apr 2020 07:26:32 +0200
Subject: [PATCH] R/api.R: Tag mk_comp_tab for export

---
 R/api.R | 1 +
 1 file changed, 1 insertion(+)

diff --git a/R/api.R b/R/api.R
index c70cfc6..23e1c37 100644
--- a/R/api.R
+++ b/R/api.R
@@ -58,6 +58,7 @@ load_inputs <- function(conf) {
     m
 }
 
+##' @export
 mk_comp_tab <- function(m) {
     message("Started assembling the lists of knowns and unknowns into the `comprehensive' table.")
     setid <- m$input$tab$setid
-- 
GitLab