Skip to content

Commit b30c33d

Browse files
committed
Fix shiny error.
1 parent d67552b commit b30c33d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Reporting/study_shiny/data/preprocess.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ result <- purrr::map(csv_files, \(x){
2424
omopgenerics::bind() |>
2525
omopgenerics::newSummarisedResult()
2626

27+
result$additional_level <- gsub("&&&\\s*&&&", "&&& NULL &&&", result$additional_level)
28+
2729
resultList <- resultList |>
2830
purrr::map(\(x) {
2931
omopgenerics::settings(result) |>

Reporting/study_shiny/global.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by OmopViewer 0.2.0
22
# Be careful editing this file
3-
#renv::activate()
3+
# renv::activate()
44
renv::restore()
55

66
library(bslib)

0 commit comments

Comments
 (0)