Learn R Programming

aqr (version 0.2)

aqInitMessaging: Initializes the messaging layer

Description

This function can be used to specify a host and a port different from localhost and 61618. It is recommended practice to call this function before using AQ-R's messaging functionality.

Usage

aqInitMessaging(host = "localhost", port = 61618)

Arguments