setDandDServer {dad} | R Documentation |
Function to set the IP Address of a DandD Server.
setDandDServer(address = "131.113.65.15")
address |
IP Address or the address name of a DandD Server |
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
.
IP Address of DandD Server ( a character string ) .
library(dad) .Server setDandDServer("127.0.0.1") .Server