R/model.script.R

Defines functions model.script

Documented in model.script

#' @rdname TAF-internal
#'
#' @export

## Model script name

model.script <- function()
{
  if(!file.exists("model.R") && file.exists("method.R"))
    "method.R"
  else
    "model.R"
}

Try the TAF package in your browser

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

TAF documentation built on March 31, 2023, 6:51 p.m.