From 2f99086b1420fa8631d00b1bba66e853baf63103 Mon Sep 17 00:00:00 2001 From: kapsner Date: Thu, 6 Jun 2024 10:32:28 +0200 Subject: [PATCH] chore: fixed yet missing utils::head definition --- R/moduleDifferences.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/moduleDifferences.R b/R/moduleDifferences.R index 0b33fd6..5c515f5 100644 --- a/R/moduleDifferences.R +++ b/R/moduleDifferences.R @@ -90,7 +90,7 @@ module_differences_server <- # render target statistics output$descr_selection_target_table <- renderTable({ - head(target_out, 200) + utils::head(target_out, 200) }) # handling the download options