cash-set-.CaliperClass: S3 method for assigning 'CaliperClass' object attributes

$<-.CaliperClassR Documentation

S3 method for assigning CaliperClass object attributes

Description

Makes CaliperClass objects smarter about whether you are assigning a value to the R object or the underlying GISDK object over COM.

Usage

## S3 replacement method for class 'CaliperClass'
x$name <- value

Arguments

x

A CaliperClass object

name

the attribute to assign

value

the value to be assigned

Details

If name is an attribute of the R object (like $info), then the value is assigned to that attribute. Otherwise, it looks into the GISDK object attributes and will set that value.


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