powered by
This operator returns the object as a string
# S3 method for rDotNet print(x, ...)
An object previously created with .cnew()
.cnew()
other arguments, not used
# 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