Open
Description
Feature Idea
From user:
On the read out file:
- I just realised that maybe one thing is missing - ability to compare the rows which were kept and which were removed. It could be useful if there are discussions about which cutting approach to take. But maybe you keep this in mind based on more feedback. Maybe we could have all records in the data frames, just with flags of removed/adjusted records. The the read-out is a convenient way to check for deleted records. And two read outs can be compared when a different cutting approach is investigated. And if more detailed work is needed - this is done in R with the saved dataframes"
On datacutr in general:
- Plurals could be introduced in process_cut in the message in case of multiple domains: error_msg4 <- paste0("Cut types have been assigned for ", paste(no_sdtm, collapse = " & "), " which does not exist in source_sdtm_data")
- Varin isn’t replaced with a variable in impute_sdtm, so it's difficult to find out the cause: assert_that(all(valid_dtc), msg = "The varin variable contains datetimes in the incorrect format. All datetimes\n must be stored in ISO 8601 format.")
Relevant Input
No response
Relevant Output
No response
Reproducible Example/Pseudo Code
No response