Learn R Programming

rDotNet (version 0.9.1)

.cget: Get a property value on a .NET object

Description

This function gets the value of a property on a previously created .NET object.

Usage

.cget(obj, propertyname)

Arguments

obj

Previously created .NET object

propertyname

name of the property to retrieve

Examples

Run this code
# NOT RUN {
obj <- .cnew ("com.stg.math.statistics.AugmentedDickeyFuller", series, 3, 'Driftless')
lag <- obj$Get("Lag")
# }

Run the code above in your browser using DataLab