R/pathmaker.R

Defines functions pathmaker

pathmaker <- function(dir,file) {

  require(randalltools)

  quickset(dir)

  x <- getwd()

  path <- paste(x,file,sep='/')

  return(path)

}
neugelb/neugelbtools documentation built on July 7, 2020, 1:17 a.m.