1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 14:01:55 +02:00

- Added new function guess_bactid to determine the ID of a microorganism based on genus/species

- Renamed `ablist` to `antibiotics`
- Added support for character vector in join functions
- Altered `%like%` to make it case insensitive
This commit is contained in:
2018-03-19 12:43:22 +01:00
parent 0fec64a240
commit 502a44eb25
23 changed files with 312 additions and 103 deletions

View File

@ -19,6 +19,7 @@ export(as.rsi)
export(atc_property)
export(first_isolate)
export(full_join_bactlist)
export(guess_bactid)
export(inner_join_bactlist)
export(interpretive_reading)
export(is.mic)