R/vars.R

#' @importFrom stats setNames
globalVariables(".")

#' Two-letter acronyms for NIH institutes
#'
#' @source \url{https://grants.nih.gov/grants/acronym_list.htm}
#'
#' @export
#'
nih_institutes <- c("AA", "AG", "AI", "AR", "AT", "CA", "DA", "DC", "DE", "DK", "EB", "ES", "EY", "GM", "HD", "HG", "HG",
    "HL", "LM", "MD", "MH", "NR", "NS", "RM", "RR", "TR", "TW")
jayhesselberth/nihexporter documentation built on May 17, 2023, 6:42 p.m.