Skip to content

Commit

Permalink
Remove unnecessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrothstein committed Sep 4, 2024
1 parent 4a6ecdf commit 8c7257d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data-raw/derive_single_dose.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8c7257d

Please sign in to comment.