R/filenamex.R

Defines functions filenamex

Documented in filenamex

filenamex <-function(input=file.path(system.file(package="agilp"),"input",""),output=file.path(system.file(package="agilp"),"output","")){
names<-data.frame(dir(input))
namesout<-paste(output,"names.txt",sep="")
write.table(names,namesout,sep="\t",col.names=NA,row.names=TRUE)
###THE END
}

Try the agilp package in your browser

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

agilp documentation built on Nov. 8, 2020, 5:45 p.m.