check_empty_beautier_folder()
mcmc <- create_mcmc()
mcmc$tracelog$filename <- "/home/john/trace.log"
mcmc$screenlog$filename <- "/home/john/screen.log"
mcmc$treelog$filename <- "/home/john/tree.log"
# 3 filenames
filenames <- get_mcmc_filenames(mcmc)
# If there is no need to write to the screenlog file ...
mcmc$screenlog$filename <- ""
# 2 filenames
# ... one file less will be created
filenames <- get_mcmc_filenames(mcmc)
check_empty_beautier_folder()
Run the code above in your browser using DataLab