is.supported {ecr} | R Documentation |
Check if ecr operator supports given representation.
Description
Check if the given operator supportds a certain representation, e.g., “float”.
Usage
is.supported(operator, representation)
Arguments
operator |
[ |
representation |
[ |
Value
[logical(1)
]
TRUE
, if operator supports the representation type.
[Package ecr version 2.1.1 Index]