R/metis_jar_path.R

Defines functions metis_jar_path

Documented in metis_jar_path

#' Retrieve the fully-qualified path to the included Athena JAR file
#'
#' @export
#' @examples
#' metis_jar_path()
metis_jar_path <- function() {

  list.files(
    path = system.file("java", package = "metis.jars"),
    pattern = "Ath.*jar$",
    full.names = TRUE
  )[1]

}
hrbrmstr/metis-jars documentation built on May 22, 2020, 11:43 p.m.