R/hfmisc.R

#' hfmisc: Miscellaneous functions created mainly for use in RiksSvikt (SwedeHF)
#'
#' ...
#'
#' @author Lina Benson \email{lina.benson@ki.se}
#' @docType package
#' @name hfmisc
"_PACKAGE"

# Update this function call this should be done for tidyverse
# to avoid undefined global variables when running check
# utils::globalVariables(c("weather", "Temp"))

utils::globalVariables(c(
  "AR", "DIA_all", "DODSDAT", "HDIA", "INDATUM",
  "OP_all", "ORSAK_all", "ULORSAK", "UTDATUM",
  "ekod_all", "sosdtm", "tmp_H", "tmp_U",
  "difft", "indexdtm", "lopnr", "metaout", ".",
  "tmp_censdate", "tmp_mainvar"
))
linabe/hfmisc documentation built on Oct. 10, 2022, 3:17 p.m.