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