R/getExePath.R

Defines functions getExePath

Documented in getExePath

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

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

  return(exePath)
}

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.