This is best used via the "overwrite behaviour" RStudio 'Addin'. Sets the strategy for how to handle overwriting of previously executed control files.
overwrite_behaviour(txt = c("ask", "overwrite", "stop", "skip"))
Character either "run"
, "stop"
, or "skip"
.
if txt
is missing returns getOption(\"nm.overwrite_behaviour\")
otherwise returns no value and is called for side effects (setting the
nm.overwrite_behaviour
option).