R/getPath2REM.R

Defines functions getPath2REM

Documented in getPath2REM

#'
#'@title Get the path to the ADMB random effects model (REM) used for survey averaging
#'
#'@description Function to get the path to the ADMB random effects model (REM) used for survey averaging.
#'
#'@details Opens a file selector for the user to select the ADMB model 
#'using \code{wtsUtilities::selectFile()}.
#'
#'@return the path (as a string) to the ADMB model
#'
#'@export
#'
getPath2REM<-function(){
    fn<-wtsUtilities::selectFile(ext="*",caption="Select ADMB random effects/kalman filter model for survey averaging")
    return(fn);
}
wStockhausen/rPIBKC documentation built on April 25, 2023, 6:50 p.m.