mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 08:21:51 +02:00
ab_info, other bug fixes
This commit is contained in:
@ -2,9 +2,12 @@
|
||||
% Please edit documentation in R/ab.R
|
||||
\name{as.ab}
|
||||
\alias{as.ab}
|
||||
\alias{is.ab}
|
||||
\title{Transform to antibiotic ID}
|
||||
\usage{
|
||||
as.ab(x)
|
||||
|
||||
is.ab(x)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{character vector to determine to antibiotic ID}
|
||||
@ -56,7 +59,7 @@ as.ab("eryt")
|
||||
as.ab(" eryt 123")
|
||||
as.ab("ERYT")
|
||||
as.ab("ERY")
|
||||
as.ab("erytromicine") # spelled wrong
|
||||
as.ab("eritromicine") # spelled wrong, yet works
|
||||
as.ab("Erythrocin") # trade name
|
||||
as.ab("Romycin") # trade name
|
||||
|
||||
|
Reference in New Issue
Block a user