R/nml_template_path.R

Defines functions nml_template_path

Documented in nml_template_path

#'@title Return the path to a current NML file template
#'
#'@description 
#'The NML file can change with updated versions of GLM. This returns a path to a valid 
#'NML template file matching the current GLM version.
#'
#'@keywords methods
#'
#'@author
#'Luke Winslow, Jordan Read
#'@examples 
#'\dontrun{
#' file.edit(nml_template_path())
#'}
#'
#'@export
nml_template_path <- function(){
	return(system.file('extdata/glm2.nml', package=packageName()))
}
GLEON/GLMr documentation built on June 4, 2020, 7:14 a.m.