mirror of
https://github.com/msberends/AMR.git
synced 2026-02-09 18:32:54 +01:00
(v1.3.0.9007) tibble printing
This commit is contained in:
@@ -203,7 +203,8 @@ df$mo <- df \%>\%
|
||||
select(microorganism_name) \%>\%
|
||||
as.mo()
|
||||
|
||||
# and can even contain 2 columns, which is convenient for genus/species combinations:
|
||||
# and can even contain 2 columns, which is convenient
|
||||
# for genus/species combinations:
|
||||
df$mo <- df \%>\%
|
||||
select(genus, species) \%>\%
|
||||
as.mo()
|
||||
|
||||
Reference in New Issue
Block a user