feat: валидация данных в виде модулей

This commit is contained in:
2026-04-20 16:38:14 +03:00
parent be1623716c
commit 7a006f6d6b
4 changed files with 67 additions and 59 deletions

3
app.R
View File

@@ -31,6 +31,7 @@ global_options$set_global_options(
shiny.host = "0.0.0.0"
# enabled_schemes = "example_of_scheme"
)
global_options$check_and_init_scheme()
# CHECK FOR PANDOC
# TEMP ! NEED TO HANDLE
@@ -1186,7 +1187,7 @@ server <- function(input, output, session) {
"exporting data to xlsx",
"importing data from xlsx"
),
key = NULL,
key = NA,
con
) {