isPrivate.Class | R Documentation |
Checks if a class is defined private or not.
## S3 method for class 'Class'
isPrivate(this, ...)
... |
Not used. |
Returns TRUE
if the class is private, otherwise FALSE
.
Henrik Bengtsson
class
().
setConstructorS3
().
For more information see Class
.
if (isPrivate(RccViolationException))
throw("The class RccViolationException should NOT be private.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.