View source: R/nimbleFunction_Rexecution.R
checkInterrupt | R Documentation |
Check for interrupt (e.g. Ctrl-C) during nimbleFunction execution. Part of the NIMBLE language.
checkInterrupt()
During execution of nimbleFunctions that take a long time, it is nice to occassionally check if the user has entered an interrupt and bail out of execution if so. This function does that. During uncompiled nimbleFunction execution, it does nothing. During compiled execution, it calls R_checkUserInterrupt() of the R headers.
Perry de Valpine
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.