R.devices (version 2.16.0)

devSet: Activates a device

Description

Activates a device.

Usage

devSet(which=dev.next(), ...)

Arguments

which

An index (numeric) or a label (character). If neither, then a label corresponding to the checksum of which as generated by digest is used.

...

Not used.

Value

Returns what dev.set() returns.

See Also

devOff() and devDone(). Internally, dev.set() is used.