ISAAKiel / oxcAAR

R Package - Interaction with Oxcal
GNU General Public License v2.0
21 stars 4 forks source link

Allow to select the output directory in executeOxcalScript #42

Closed nfrerebeau closed 2 years ago

nfrerebeau commented 3 years ago

When running an OxCal script with executeOxcalScript(), the output files are generated in a temporary directory. Would it be possible to let the user choose the output directory (with a default value to tempfile())?

This could be useful when you want to keep specific files (e.g. the csv produced by MCMC_Sample();).

MartinHinz commented 3 years ago

Thank you for the very useful suggestion! I think this is possible! Will put that on the agenda.