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

atc_ functions

This commit is contained in:
2019-01-27 10:53:59 +01:00
parent b39055c018
commit 6ec940bc75
6 changed files with 21 additions and 18 deletions

View File

@ -19,7 +19,7 @@
# Visit our website for more info: https://msberends.gitab.io/AMR. #
# ==================================================================== #
#' WHO Collaborating Centre for Drug Statistics Methodology
#' WHOCC: WHO Collaborating Centre for Drug Statistics Methodology
#'
#' All antimicrobial drugs and their official names, ATC codes, ATC groups and defined daily dose (DDD) are included in this package, using the WHO Collaborating Centre for Drug Statistics Methodology.
#' @section WHOCC:
@ -34,7 +34,7 @@
#' @rdname WHOCC
#' @examples
#' as.atc("meropenem")
#' ab_name("J01DH02")
#' atc_name("J01DH02")
#'
#' ab_tradenames("flucloxacillin")
#' atc_tradenames("flucloxacillin")
NULL