Skip to content

Commit

Permalink
refactor: replace teal.data with RDS snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TymekDev committed Oct 12, 2023
1 parent e41c478 commit 6058c9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions app/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ box::use(
textOutput, renderText, actionButton, observe, bindEvent, icon,
],
teal[ui_teal_with_splash, modules, module, srv_teal_with_splash],
teal.data[cdisc_data, cdisc_dataset],
)

box::use(
app / logic / adam_data[get_adsl, get_adas, get_adtte, get_adlb],
app / view / user_guide,
app / view / demographic_table,
app / view / km_plot,
Expand All @@ -17,17 +15,8 @@ box::use(
app / view / completion_table,
)

adsl <- get_adsl()
adas <- get_adas()
adtte <- get_adtte()
adlb <- get_adlb()
teal_data <- readRDS("teal_data.rds")

teal_data <- cdisc_data(
cdisc_dataset("ADSL", adsl),
cdisc_dataset("ADAS", adas, keys = c("STUDYID", "USUBJID", "PARAMCD", "AVISIT", "QSSEQ")),
cdisc_dataset("ADTTE", adtte),
cdisc_dataset("ADLB", adlb)
)

teal_modules <- modules(
module(
Expand Down
Binary file added teal_data.rds
Binary file not shown.

0 comments on commit 6058c9c

Please sign in to comment.