getInstance(dad)R Documentation

Get DandD instance from DandD Server

Description

Function to get DandD instance loaded on DandD Server as a text.

Usage

getInstance(file = NULL)

Arguments

file character string naming an output file. If null, the console

Details

The DandD instance loaded on the current eDandD Server is flushed as a text file.

See Also

DandD, createInstance.

Examples

obj=DandD("AcidRain.dad")  #``AcidRain.dad'' is loaded on DandD Server
getInstance()  #  the current DandD instance is flused out to the console 

[Package Contents]