% Generated by roxygen2: do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{microorganisms.certe} \alias{microorganisms.certe} \title{Translation table for Certe} \format{A \code{\link{tibble}} with 2,664 observations and 2 variables: \describe{ \item{\code{certe}}{Code of microorganism according to Certe MMB} \item{\code{mo}}{Code of microorganism in \code{\link{microorganisms}}} }} \usage{ microorganisms.certe } \description{ A data set containing all bacteria codes of Certe MMB. These codes can be joined to data with an ID from \code{\link{microorganisms}$mo} (using \code{\link{left_join_microorganisms}}). GLIMS codes can also be translated to valid \code{MO}s with \code{\link{guess_mo}}. } \seealso{ \code{\link{as.mo}} \code{\link{microorganisms}} } \keyword{datasets}