$.GisdkClass | R Documentation |
GisdkClass
object methodsMakes GisdkClass
objects smarter about whether you are calling a
method from the R object or the underlying GISDK library.
## S3 method for class 'GisdkClass'
x$name, ..., process_result = TRUE
x |
A |
name |
The method to dispatch |
... |
The arguments to pass to the method. |
process_result |
|
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.