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

Description Usage Arguments Details

Description

Makes GisdkClass objects smarter about whether you are calling a method from the R object or the underlying GISDK library.

Usage

1
2
## S3 method for class 'GisdkClass'
x$name, ..., process_result = TRUE

Arguments

x

A GisdkClass object

name

The method to dispatch

...

The arguments to pass to the method.

process_result

boolean Whether to attempt to process the result into a native R format.

Details

If name is a method of the R object, then it is executed. Otherwise, it tries to execute a GISDK function of the same name.


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