Skip to content

Commit

Permalink
#86 - Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhn23 committed May 22, 2024
1 parent cbc7dc4 commit 683cbbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data-raw/rs_supprs_onco_imwg.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ rs_onco_imwg <- tibble::tribble(
"01-701-1415", 34L, "A4", "OVRLRESP", "Overall Response", "MR", "MR", NA, NA, "INVESTIGATOR", 12, "WEEK 24", "2014-03-10", 168L,
"01-702-1082", 7L, "A2", "OVRLRESP", "Overall Response", "PD", "PD", NA, NA, "INVESTIGATOR", 7, "WEEK 6", "2013-09-06", 42L,
"01-702-1082", 16L, "A3", "OVRLRESP", "Overall Response", "CR", "CR", NA, NA, "INVESTIGATOR", 9, "WEEK 12", "2013-11-17", 84L,
"01-703-1076", 7L, "A2", "OVRLRESP", "Overall Response", "NE", "NE", NA, NA, "INVESTIGATOR", 7, "WEEK 6", "2013-12-04", 42L
) %>%
"01-703-1076", 7L, "A2", "OVRLRESP", "Overall Response", "PR", "PR", NA, NA, "INVESTIGATOR", 7, "WEEK 6", "2013-12-04", 42L,
"01-703-1076", 16L, "A3", "OVRLRESP", "Overall Response", "NE", "NE", NA, NA, "INVESTIGATOR", 9, "WEEK 12", "2013-12-24", 84L
)%>%
mutate(
STUDYID = "CDISCPILOT01",
DOMAIN = "RS",
Expand Down
Binary file modified data/rs_onco_imwg.rda
Binary file not shown.

0 comments on commit 683cbbb

Please sign in to comment.