bdm.local {bigMap}R Documentation

Set/get default local machine name or IP address

Description

Set/get default local machine name or IP address

Usage

bdm.local(dest = NULL)

Arguments

dest

Name or IP address of the local machine.

Value

The current value of local

Examples


# --- set default value of \var{local}
bdm.local('xxx.255.0.0')
bdm.local('mymachine.mydomain.cat')

[Package bigMap version 2.3.1 Index]