Skip to content

Commit

Permalink
style code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jane Gao (高洁) committed Jul 31, 2023
1 parent bbd1898 commit d973950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-raw/qs_ophtha.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ qs_ophtha1 <- rbind(admiral_qs_novfq, qs3)

# --SEQ and keep relevant variables;
qs_ophtha2 <- qs_ophtha1 %>%
select(-QSSEQ) %>%
arrange(STUDYID, USUBJID, QSCAT, QSTESTCD,QSDTC,VISITNUM)
select(-QSSEQ) %>%
arrange(STUDYID, USUBJID, QSCAT, QSTESTCD, QSDTC, VISITNUM)

qs_ophtha3 <- qs_ophtha2 %>%
group_by(STUDYID, USUBJID) %>%
Expand Down

0 comments on commit d973950

Please sign in to comment.