Skip to content

Commit

Permalink
#39 chore: styler
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Aug 8, 2023
1 parent 71d85a3 commit 4a33302
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion data-raw/ds.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ suppds2 <- rename(suppds1, "RDOMAIN" = "DOMAIN") %>%
select(STUDYID, RDOMAIN, USUBJID, IDVAR, IDVARVAL, QNAM, QLABEL, QVAL, QORIG)

## Adding labels ----
suppds3 <- suppds2 %>%
suppds3 <- suppds2 %>%
add_labels(
STUDYID = "Study Identifier",
RDOMAIN = "Related Domain Abbreviation",
Expand Down
1 change: 0 additions & 1 deletion data-raw/ex_ophtha.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ attr(ex_ophtha, "label") <- "Exposure"

# Save dataset ----
usethis::use_data(ex_ophtha, overwrite = TRUE)

1 change: 0 additions & 1 deletion data-raw/rs_onco.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,3 @@ attr(rs_onco, "label") <- "Disease Response"

# Save dataset ----
usethis::use_data(rs_onco, overwrite = TRUE)

0 comments on commit 4a33302

Please sign in to comment.