aqSubscribeChannel {aqr} | R Documentation |
Subscribes to a messaging channel. Data will flow into the bridge and it will accumulate that data.
aqSubscribeChannel(channel)
channel |
one channel name |
## Not run: >aqSubscribeChannel("R-PROCESSOR-2") [1] "Subscribed." > ## End(Not run)