R/show_template.r

Defines functions show_template

Documented in show_template

#' Model Template
#' 
#' Displays a template for creating custom models. They can be added to the "include_models"
#' argument in the \code{\link{StanDDM}} function (one at the time). They need first to be loaded in
#' memory, then, the name has to be included in the argument.
#' @export
#' @return Displays a model template in text form, to be copied and modified.
show_template <- function(){
    file.show('model_function_template.r')
}
Seneketh/StanDDM documentation built on Oct. 17, 2023, 4:26 p.m.