Gilead-BioStats / clindata

Synthetic Data for testing and development
https://gilead-biostats.github.io/clindata/
Apache License 2.0
9 stars 0 forks source link

Remove IDS from `rawplus_ae` #20

Closed mattroumaya closed 2 years ago

mattroumaya commented 2 years ago

To work with current state of {gsm}, remove:

SUBJID %in% c("", "1163", "1194")
mattroumaya commented 2 years ago

This is also found with latest release:

# A tibble: 3 × 4
  SubjectID AE_SERIOUS AE_TE_FLAG AE_GRADE
  <chr>     <chr>      <lgl>         <int>
1 ""        No         TRUE              1
2 ""        Yes        FALSE             3
3 ""        Yes        TRUE              4