#' set WOFOST RUNIO file
#' @param file
#' @param key
#' @value
#' @export
setWofostRunio<-function(file,key,value){
cfg<-readWofostParfile(file)
cfg[[key]]<-value
writeWofostParfile(cfg,file,spc = T)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.