refactor: перенос объявление enabled_schema в отдельный файл в папке configs
This commit is contained in:
5
configs/enabled_schemes.R
Normal file
5
configs/enabled_schemes.R
Normal file
@@ -0,0 +1,5 @@
|
||||
#' @export
|
||||
enabled_schemes <- c(
|
||||
`Тестовая база данных` = "example_of_scheme"
|
||||
# `D2TRA (для отладки)` = "d2tra_t"
|
||||
)
|
||||
Reference in New Issue
Block a user