Skip to contents

signal exception in applications

Usage

signal(class, message = NULL, data = NULL, call = sys.call(-1), ...)

Arguments

class

- string vector that indicate class of the exception

message

- string that indicate given exception

data

- optional data that should be used as exception

call

- call for stack trace

...

- eny extra data that should be added to the exception