Skip to content

Commit c565b1e

Browse files
committed
update print and WORDLIST
1 parent 6f5f3cf commit c565b1e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

adam/ader.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ ader_aseq <- ader_bor %>%
300300
```
301301

302302
```{r eval=TRUE, echo=FALSE, purl=FALSE}
303-
#| label: print ader_bor
304-
print_df(ader_bor %>% select(
305-
USUBJID, BOR, BORC
303+
#| label: print ader_aseq
304+
print_df(ader_aseq %>% select(
305+
USUBJID, ASEQ, OS, PFS, BOR, BORC
306306
))
307307
```
308308

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ summaryrec
777777
suppdm
778778
SUPPDM
779779
suppressWarnings
780+
sym
780781
SYS
781782
Sys
782783
sysbp

0 commit comments

Comments
 (0)