[Stable]

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"))

Arguments

txt

Character either "run", "stop", or "skip".

Value

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).