#' checkIfJPKbinaryExists
#'
#'
#'
#' @return T or F
#' @export
#'
#'
checkIfJPKbinaryExists <- function(pathToBinary = Sys.getenv(x = "JPKr_GO_BINARY")) {
file.exists(pathToBinary)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.