-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
There is a line in the data setup for ADAT02 where ADAPBLPFL is set to "Y" everywhere, and it's marked as a temp fix:
# Ensure character variables are converted to factors and empty strings and NAs are explicit missing levels.
adsl <- df_explicit_na(adsl)
adab <- df_explicit_na(adab) %>%
mutate(ADPBLPFL = "Y") %>% # temp fix
filter(
ADPBLPFL == "Y",
!PARAM %in% c(
"NAB interpreted per sample result",
"NAB Status of a patient",
"Treatment enhanced ADA"
)
)
I assume this shouldn't be there? Took me a while to figure out what was wrong with my data!
Relevant log output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct.
Contribution Guidelines
- I agree to follow this project's Contribution Guidelines.
Security Policy
- I agree to follow this project's Security Policy.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working