Learn R Programming

aqr (version 0.4)

aqPoll: Poll data from the messaging bridge

Description

Used to poll data from the messaging bridge. As the time of this writing (0.2), individual messages are separated by "\n". In a future version, this function will return a list object.

Usage

aqPoll()

Arguments

Examples

Run this code
## Not run: 
# > aqPoll()
#      [,1]
# [1,] "/topic/TEXT"
#      [,2]
# [1,] "TEST1\nTEST2\nTEST3\n"
# > 
# ## End(Not run)

Run the code above in your browser using DataLab