R/getJarPath.R

Defines functions getJarPath

Documented in getJarPath

#Returns RunKeel.jar path
getJarPath <- function(){

  jarPath = system.file("exe", "", package="RKEEL")

  return(jarPath)
}

Try the RKEEL package in your browser

Any scripts or data that you put into this service are public.

RKEEL documentation built on Sept. 15, 2023, 1:08 a.m.