#'
#'@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);
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.