cash-.CaliperClass: S3 method for calling 'CaliperClass' object methods

$.CaliperClassR Documentation

S3 method for calling CaliperClass object methods

Description

Makes CaliperClass objects smarter about whether you are calling a method from the R object or the underlying GISDK object over COM.

Usage

## S3 method for class 'CaliperClass'
x$name

Arguments

x

A CaliperClass object

name

the method to dispatch

Details

If name is an attribute of the R object (like $info), then the value of that attribute is returned. Otherwise, it looks into the fields and methods of the underlying GISDK object to determine what to do.


Caliper-Corporation/caliperR documentation built on May 30, 2024, 2:35 p.m.