diff --git a/data-raw/derive_single_dose.R b/data-raw/derive_single_dose.R index 595ac6a769..7a7342d933 100644 --- a/data-raw/derive_single_dose.R +++ b/data-raw/derive_single_dose.R @@ -50,5 +50,4 @@ attr(ex_single$EXSTDTC, "label") <- attr(ex$EXSTDTC, "label") attr(ex_single$EXENDTC, "label") <- attr(ex$EXENDTC, "label") attr(ex_single$EXDOSFRQ, "label") <- attr(ex$EXDOSFRQ, "label") -# save(ex_single, file = file.path("data", "ex_single.rda"), compress = "bzip2") usethis::use_data(ex_single, overwrite = TRUE)