| devIsInteractive {R.devices} | R Documentation |
Checks whether a device type is interactive or not.
devIsInteractive(types, ...)
types |
|
... |
Not used. |
Returns a logical vector with TRUE if the device type is interactive,
otherwise FALSE.
Henrik Bengtsson
Internally, deviceIsInteractive is used.