compile_gisdk: Compiles a GISDK script file into a UI

View source: R/caliperR.R

compile_gisdkR Documentation

Compiles a GISDK script file into a UI

Description

Compiles a GISDK script file into a UI

Usage

compile_gisdk(rsc_file, ui_file = NULL)

Arguments

rsc_file

string Script file path.

ui_file

string Optional output location of the compiled code. By default, it will use the same file name as the rsc_file, but with a .dbd extension.

Value

The file path of the compiled '.dbd' file. Like other Caliper databases, the compiled UI is made up of several related files.


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