View source: R/NMproject-options.R
overwrite_behaviour | R Documentation |
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"))
txt |
Character either |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.