abstractClass | R Documentation |
Forbids instantiation of an abstract class. This method must be called from within a constructor of an abstract class. It will throw an error if a direct call is made to this constructor.
abstractClass(cls, obj)
cls |
The name of the abstract class to check. |
obj |
The object being instantiated. |
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.