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

Description Usage Arguments Details

Description

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

Usage

1
2
## 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.


dkyleward/caliperR documentation built on Dec. 31, 2021, 7:11 p.m.