Learn R Programming

rDotNet (version 0.9.1)

print.rDotNet: print .NET object

Description

This operator returns the object as a string

Usage

# S3 method for rDotNet
print(x, ...)

Arguments

x

An object previously created with .cnew()

...

other arguments, not used

Examples

Run this code
# 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)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab