cprint: print .NET object

Description Usage Arguments Examples

Description

This operator returns the object as a string

Usage

1
2
## S3 method for class 'rDotNet'
print(x, ...)

Arguments

x

An object previously created with .cnew()

...

other arguments, not used

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

## create instance of an object, using fully qualified class name
obj <- .cnew ("com.stg.math.Model", 1.0, 3.5)

## print the object as a string
print (obj)


## End(Not run)

rDotNet documentation built on May 2, 2019, 8:19 a.m.