R/getDataPath.R

#Returns datasets path
getDataPath <- function(){

  dataPath = system.file("datasets", "", package="RKEELdata")

  return(dataPath)
}

Try the RKEELdata package in your browser

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

RKEELdata documentation built on May 2, 2019, 5:39 a.m.