mirror of
https://github.com/msberends/AMR.git
synced 2025-12-15 09:10:25 +01:00
ggplot_rsi improvements
This commit is contained in:
@@ -111,7 +111,7 @@ test_that("old rsi works", {
|
||||
|
||||
# portion_df
|
||||
expect_equal(
|
||||
septic_patients %>% select(amox) %>% portion_df(TRUE) %>% pull(Percentage),
|
||||
septic_patients %>% select(amox) %>% portion_df() %>% pull(Percentage),
|
||||
c(septic_patients$amox %>% portion_S(),
|
||||
septic_patients$amox %>% portion_I(),
|
||||
septic_patients$amox %>% portion_R())
|
||||
|
||||
Reference in New Issue
Block a user