mirror of
https://github.com/msberends/AMR.git
synced 2025-09-02 19:44:04 +02:00
fixes
This commit is contained in:
@@ -73,13 +73,7 @@ septic_patients \%>\%
|
||||
# get bacteria properties like genus and species
|
||||
left_join_microorganisms("mo") \%>\%
|
||||
# calculate first isolates
|
||||
mutate(first_isolate =
|
||||
first_isolate(.,
|
||||
"date",
|
||||
"patient_id",
|
||||
"mo",
|
||||
col_specimen = NA,
|
||||
col_icu = NA)) \%>\%
|
||||
mutate(first_isolate = first_isolate(.)) \%>\%
|
||||
# filter on first E. coli isolates
|
||||
filter(genus == "Escherichia",
|
||||
species == "coli",
|
||||
|
Reference in New Issue
Block a user