Arguments$getInstanceOf {R.utils} | R Documentation |
Gets an instance of the object that is of a particular class
Description
Gets an instance of the object that is of a particular class.
Usage
## Static method (use this):
## Arguments$getInstanceOf(object, class, coerce=FALSE, ..., .name=NULL)
## Don't use the below:
## S3 method for class 'Arguments'
getInstanceOf(static, object, class, coerce=FALSE, ..., .name=NULL)
Arguments
object |
The object that should be returned as an instance of
class |
class |
A |
coerce |
If |
... |
Not used. |
.name |
A |
Value
Returns an object inheriting from class class
.
Author(s)
Henrik Bengtsson
See Also
For more information see Arguments
.
[Package R.utils version 2.13.0 Index]