R/hello.R

Defines functions get_elecinfra

Documented in get_elecinfra

#' Providing electricity
#'
#' @export
get_elecinfra <- function() {
  print("Providing electricity infrastructure")
}
openpharma/stageddeps.elecinfra documentation built on Dec. 22, 2021, 5:17 a.m.