feature_generic {Q7} | R Documentation |
Create a Generic Feature
Description
Use this function when you need to create more than one methods
for Q7 types with different S3 classes.
The s3
field and the feature's name should be the same.
Usage
feature_generic(s3, ...)
Arguments
s3 |
S3 Class of the feature |
... |
dot-dot-dot |
Value
a generic Q7 feature
See Also
[Package Q7 version 0.1.0 Index]