mirror of
https://github.com/msberends/AMR.git
synced 2025-12-13 23:50:20 +01:00
(v1.2.0.9008) ab_class improvement
This commit is contained in:
@@ -192,7 +192,7 @@ mo_gramstain("E. coli") # returns "Gram negative"
|
||||
\dontrun{
|
||||
df$mo <- as.mo(df$microorganism_name)
|
||||
|
||||
# the select function of tidyverse is also supported:
|
||||
# the select function of the Tidyverse is also supported:
|
||||
library(dplyr)
|
||||
df$mo <- df \%>\%
|
||||
select(microorganism_name) \%>\%
|
||||
|
||||
Reference in New Issue
Block a user