Skip to content

Commit

Permalink
#33 recist: add subject with CR, PD
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Aug 29, 2023
1 parent 9e988fd commit 37430ab
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 5 deletions.
21 changes: 19 additions & 2 deletions data-raw/tr_onco_recist.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,23 @@ tr <- tribble(
# PD
"7", "T01", "LDIAM", "42", 4,
"7", "T02", "LDIAM", "39", 4,
"7", "T03", "LPERP", "43", 4
"7", "T03", "LPERP", "43", 4,
# BOR = SD CBOR = SD
"8", "T01", "LDIAM", "19", 1,
"8", "T02", "LDIAM", "21", 1,
"8", "T03", "LDIAM", "20", 1,
# PR
"8", "T01", "LDIAM", "15", 2,
"8", "T02", "LDIAM", "14", 2,
"8", "T03", "LDIAM", "13", 2,
# CR
"8", "T01", "LDIAM", "0", 3,
"8", "T02", "LDIAM", "0", 3,
"8", "T03", "LDIAM", "0", 3,
# PD
"8", "T01", "LDIAM", "5", 4,
"8", "T02", "LDIAM", "0", 4,
"8", "T03", "LDIAM", "0", 4,
) %>%
mutate(
basicfl = "Y"
Expand Down Expand Up @@ -207,7 +223,8 @@ tr <- tr %>%
"4" ~ "01-701-1097",
"5" ~ "01-701-1115",
"6" ~ "01-701-1118",
"7" ~ "01-701-1130"
"7" ~ "01-701-1130",
"8" ~ "01-701-1133"
),
.before = SUBJNR
) %>%
Expand Down
Binary file modified data/rs_onco_recist.rda
Binary file not shown.
Binary file modified data/tr_onco_recist.rda
Binary file not shown.
Binary file modified data/tu_onco_recist.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/rs_onco_recist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tr_onco_recist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tu_onco_recist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37430ab

Please sign in to comment.