R/work.dir.R

work.dir <-
function(dir.name){
  WorkinDir=paste(getwd(),"/", dir.name, "/",sep="")
  dir.create(WorkinDir)
  file = list.files()
  file.copy(file, WorkinDir)
  setwd(WorkinDir)
  unlink("muma.R")
}

Try the muma package in your browser

Any scripts or data that you put into this service are public.

muma documentation built on May 2, 2019, 9:45 a.m.