# in the current directory run it as
# workingDirectoryPopulate()
# \dontshow{
# make some directory names
filesDirName = paste0(tempdir(),"/txd")
configVariableSet("config.workdir", filesDirName)
# }
workingDir = paste0(tempdir(),"/wk")
workingDirectoryPopulate(workingDir)
# \dontshow{
# remove the created example directories
unlink(filesDirName,recursive=TRUE)
unlink(workingDir,recursive=TRUE)
# }
Run the code above in your browser using DataLab