mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 17:26:12 +01:00
dr. M.S. (Matthijs) Berends
53464ff1c8
- Functions `first_isolate`, `EUCAST_rules` and `rsi_predict` supports tidyverse-like evaluation of parameters (no need to quote columns them anymore) - Functions `clipboard_import` and `clipboard_export` as helper functions to quickly copy and paste from/to software like Excel and SPSS - Renamed dataset `bactlist` to `microorganisms`
20 lines
588 B
R
20 lines
588 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/EUCAST.R
|
|
\name{mo_property}
|
|
\alias{mo_property}
|
|
\title{Poperties of a microorganism}
|
|
\usage{
|
|
mo_property(bactid, property = "fullname")
|
|
}
|
|
\arguments{
|
|
\item{bactid}{ID of a microorganisme, like \code{"STAAUR} and \code{"ESCCOL}}
|
|
|
|
\item{property}{One of the values \code{bactid}, \code{bactsys}, \code{family}, \code{genus}, \code{species}, \code{subspecies}, \code{fullname}, \code{type}, \code{gramstain}, \code{aerobic}}
|
|
}
|
|
\description{
|
|
Poperties of a microorganism
|
|
}
|
|
\seealso{
|
|
\code{\link{microorganisms}}
|
|
}
|