mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 08:22:04 +02: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()
|
||||
|
@ -3,9 +3,9 @@
|
||||
\docType{data}
|
||||
\name{microorganisms.codes}
|
||||
\alias{microorganisms.codes}
|
||||
\title{Translation table with 5,582 common microorganism codes}
|
||||
\title{Translation table with 5,583 common microorganism codes}
|
||||
\format{
|
||||
A \code{\link{data.frame}} with 5,582 observations and 2 variables:
|
||||
A \code{\link{data.frame}} with 5,583 observations and 2 variables:
|
||||
\itemize{
|
||||
\item \code{code}\cr Commonly used code of a microorganism
|
||||
\item \code{mo}\cr ID of the microorganism in the \link{microorganisms} data set
|
||||
|
Reference in New Issue
Block a user