R/getJarPath.R

Defines functions getJarPath

Documented in getJarPath

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

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

  return(jarPath)
}

Try the RKEELjars package in your browser

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

RKEELjars documentation built on Nov. 17, 2021, 5:13 p.m.