Skip to content

Commit

Permalink
#123 - Updated object name
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhn23 committed Oct 7, 2024
1 parent aea40d1 commit 80ae61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/rs_supprs_onco_ca125.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ library(dplyr)
library(usethis)

# Create rs_onco_ca125 ----
rs_onco_ca124 <- tibble::tribble(
rs_onco_ca125 <- tibble::tribble(
~DOMAIN, ~STUDYID, ~USUBJID, ~VISITNUM, ~VISIT, ~RSCAT, ~RSTESTCD, ~RSTEST, ~RSORRES, ~RSSTRESC, ~RSEVAL, ~RSEVALID, ~RSACPTFL, ~RSDTC, ~RSSEQ,
"RS", "CDISCPILOT01", "01-701-1015", 2L, "WEEK 3", "CA125", "OVRLRESP", "Overall Response", "Non-Response/ Non-PD", "SD", "INVESTIGATOR", NA, NA, "2014-01-23", 3L,
"RS", "CDISCPILOT01", "01-701-1015", 3L, "WEEK 6", "CA125", "OVRLRESP", "Overall Response", "Not Evaluable", "NE", "INVESTIGATOR", NA, NA, "2014-02", 6L,
Expand Down

0 comments on commit 80ae61a

Please sign in to comment.