#'@title Return the current GOTM model version
#'
#'@description
#'Returns the current version of the GOTM model being used
#'
#'@keywords methods
#'
#'@author
#'Tadhg Moore
#'@examples
#' print(gotm_version())
#'
#'
#'@export
gotm_version <- function(){
run_gotm(template_files(), verbose=FALSE, args='--version')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.