View source: R/R_CheckUserInterrupt.R
R_CheckUserInterrupt | R Documentation |
Check if the user has requested an interrupt, and if so branch to R's error signaling functions.
R_CheckUserInterrupt(void)
void |
(void) Nothing. |
Nothing.
#include <R_ext/Utils.h> void R_CheckUserInterrupt(void)
All evaluation at the top level of R checks for interrupts.
Related functions that affect R_CheckUserInterrupt()
:
base::suspendInterrupts()
- suspends interrupts during evaluation
base::allowInterrupts()
- allows interrupts during evaluation
Declaration: src/include/R_ext/Utils.h
Implementation: src/main/errors.c
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.