CreateObject: Creates an R object that reprents a GISDK object

Description Usage Arguments Examples

View source: R/objects.R

Description

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.

Usage

1
CreateObject(class_name, ...)

Arguments

class_name

The class name of the GISDK object to create.

...

Any additional arguments to use during GISDK object creation.

Examples

1
2
3
4
## Not run: 
obj <- CreateObject("NLM.Model")

## End(Not run)

dkyleward/caliperR documentation built on Dec. 31, 2021, 7:11 p.m.