newInstance.Object: Creates a new instance of the same class as this object
Description
Creates a new instance of the same class as this object.Usage
## S3 method for class 'Object':
newInstance(this, ...)
Value
- Returns a reference to an instance of
Object
or a subclass thereof.