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=""))
}

Try the LBSPR package in your browser

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

LBSPR documentation built on Oct. 6, 2021, 5:16 p.m.