R/getExePath.R

Defines functions getExePath

Documented in getExePath

#Returns KEEL jar files path
getExePath <- function(){

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

  return(exePath)
}

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.