aqSend {aqr}R Documentation

Send data to a messaging channel

Description

Sends data as raw bytes to the messaging channel.

Usage

	aqSend(channel, message)

Arguments

channel

input xts data set

message

a set of hours to drop

Examples

## Not run: 
aqSend("R-PROCESSOR-1", "I am done.")

## End(Not run)

[Package aqr version 0.4 Index]