Learn R Programming

aqr (version 0.2)

aqInit: Creates an AQ Master Server configuration

Description

Creates an AQ Master Server (AQMS) configuration list. This configuration list object can be passed on to all aqr functions that connect to the AQMS.

Usage

aqInit()

Arguments

Examples

Run this code
# creates a default configuration
	con = aqInit()
	
	# set the the tshost to a specific AQMS
	con$tsHost = "127.0.0.1"
	con$tsHost = 21231

Run the code above in your browser using DataLab