setDandDServer(dad)R Documentation

Set IP Address of DandD Server

Description

Function to set the IP Address of a DandD Server.

Usage

setDandDServer(address = "131.113.65.15")

Arguments

address IP Address or the address name of a DandD Server

Details

This function will set a default IP address of DandD Server. It is stored in the server descriptor .Server stored in package:dad environment. It will be used as the default address to the function OpenConn.

Value

IP Address of DandD Server ( a character string ) .

See Also

DandD, openConn, closeConn.

Examples

library(dad)
.Server
setDandDServer("127.0.0.1")
.Server

[Package Contents]