R/import_plhiv.R

Defines functions import_plhiv

Documented in import_plhiv

#' Import PLHIV and current on ART Datapacks
#'
#' @param filepath datapack file path in xlsx format
#'
#' @export
#' @keywords internal

import_plhiv <- function(filepath){

  .Deprecated("tame_plhiv",
              msg = "The import_plhiv function has been replaced by tame_plhiv.")

  df_plhiv <- tame_plhiv(filepath)

  return(df_plhiv)
}
USAID-OHA-SI/tameDP documentation built on March 16, 2024, 6:26 a.m.