Description Usage Arguments Details
Makes CaliperClass
objects smarter about whether you are calling a
method from the R object or the underlying GISDK object over COM.
1 2 | ## S3 method for class 'CaliperClass'
x$name
|
x |
A |
name |
the method to dispatch |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.