R/checkIfJPKbinaryExists.R

Defines functions checkIfJPKbinaryExists

#' checkIfJPKbinaryExists
#'
#'
#'
#' @return T or F
#' @export
#'
#'
checkIfJPKbinaryExists <- function(pathToBinary = Sys.getenv(x = "JPKr_GO_BINARY")) {
  file.exists(pathToBinary)
}
kiwimic/JPKr documentation built on Aug. 26, 2019, 6:45 p.m.