CreateObject: Creates an R object that reprents a GISDK object

View source: R/objects.R

CreateObjectR Documentation

Creates an R object that reprents a GISDK object

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

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

## Not run: 
obj <- CreateObject("NLM.Model")

## End(Not run)

Caliper-Corporation/caliperR documentation built on May 30, 2024, 2:35 p.m.