feat: добавление полей для описания текста (+коррекция в схему), рефакторинг кода

This commit is contained in:
2026-03-26 22:26:56 +03:00
parent 9fd1874c72
commit 9dfe4fdda6
5 changed files with 96 additions and 194 deletions

View File

@@ -28,6 +28,7 @@ get_dummy_df <- function() {
#'
#' Needed for proper data validation.
check_for_empty_data <- function(value_to_check) {
# for any 0-length
if (length(value_to_check) == 0) return(TRUE)