Creates command line arguments suitable for initializing ORB and BOA.

Usage

corbaCommandLineArgs()

Description

Merges the regular command line arguments used to start R with any others that should be passed to the initialization of the ORB and BOA for the particular CORBA implementation being used.

Value

character vector of values that can be used as arguments to another application, etc. suitable for use with CORBA.

Author(s)

Duncan Temple Lang

References

http://www.ooc.com/ob

See Also

CORBAinit, commandArgs

Examples

 corbaCommandLineArgs()


[Package Contents]