Description Usage Arguments Examples
A simple function that merely abstracts Rs creation language for R6 objects
to make it look more like GISDK. See CaliperClass
for details
on the class and how to work with objects.
1 | CreateObject(class_name, ...)
|
class_name |
The class name of the GISDK object to create. |
... |
Any additional arguments to use during GISDK object creation. |
1 2 3 4 | ## Not run:
obj <- CreateObject("NLM.Model")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.