R/get_target_names.R

Defines functions get_target_names

Documented in get_target_names

#' Get all the target names
#' @return all target names
#' @export
get_target_names <- function() {
  c("covid", "flua", "hepa", "hiv", "human", "myco", "polio", "rhino")
}
richelbilderbeek/bbbq documentation built on July 27, 2023, 2:15 a.m.