aqSubscribeChannel {aqr}R Documentation

Subscribe to a messaging channel

Description

Subscribes to a messaging channel. Data will flow into the bridge and it will accumulate that data.

Usage

	aqSubscribeChannel(channel)

Arguments

channel

one channel name

Examples

## Not run: 

>aqSubscribeChannel("R-PROCESSOR-2")
[1] "Subscribed."
>
 

## End(Not run)

[Package aqr version 0.4 Index]