R/template_files.R

Defines functions template_files

Documented in template_files

#'@title Return the path to a template of current NML files
#'
#'@description
#'Currently in GOTM 5.4.0 the model can be run with yaml or nml files (old version). This returns a path to a directory with example NML and YAML files for running GOTM.
#'
#'@keywords methods
#'
#'@author
#'Tadhg Moore
#'@examples
#'\dontrun{
#' template_files()
#'}
#'
#'@export
template_files <- function(){
  return(system.file('extdata/', package=packageName()))
}
tadhg-moore/GOTMr documentation built on June 4, 2023, 1:52 p.m.