R/DataDir.r

Defines functions DataDir

Documented in DataDir

#' Report the location of the Data Files
#'
#' A function that returns the location of the example CSV files
#'
#' @author A. Hordyk modified (i.e., stolen) from T. Carruthers' code (DLMtool package)
#' @export
DataDir<-function(){
    return(paste(searchpaths()[match("package:LBSPR",search())],"/",sep=""))
}
AdrianHordyk/LBSPR documentation built on July 21, 2023, 6:27 p.m.