process_gisdk_result: Converts GISDK output into R structures

View source: R/caliperR.R

process_gisdk_resultR Documentation

Converts GISDK output into R structures

Description

Simple objects pass through the COM interface as usable R structures. GISDK arrays, for example, become R vectors. Other things, like GISDK vectors, come across as pointers to the object inside the Caliper process. This function attemps to coerce those pointers into usable R data structures.

Usage

process_gisdk_result(result)

Arguments

result

A returned value from Caliper software.


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