Skip to content
Prev 58858 / 63424 Next

Managing unix signal in R

What do you mean by "manage unix signal"? The main signals like INT, PIPE or SEGV are handled by R and are not exposed to the user code. What exactly do you intend to do?

Cheers,
Simon