R/addnl.R

Defines functions addnl

addnl <-
function(File){
  #note tht the <<- notation declares file as a global variable
  File =paste(File,"\n",sep="")
  return(File)
}
JuliaWinchester/auto3dgm-fork documentation built on May 7, 2019, 12:05 p.m.