Description Objects from the Class Slots Methods Author(s) See Also Examples
Structure of the class "sybilError"
.
Objects can be created by calls of the function sybilError
:
test <- sybilError(errmsg = "", number = NA)
.
errmsg
:Object of class "character"
containing an
error message.
number
:Object of class "integer"
containing an error
number.
emsg
:Object of class "character"
error message.
enum
:Object of class "integer"
error number.
emsg
:signature(object = "sybilError")
:
gets the emsg
slot.
emsg<-
:signature(object = "sybilError")
:
sets the emsg
slot.
enum
:signature(object = "sybilError")
:
gets the enum
slot.
enum<-
:signature(object = "sybilError")
:
sets the enum
slot.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
1 | showClass("sybilError")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.