| as.data.frame.CaliperMatrix | S3 method for converting a 'CaliperMatrix' into a... |
| as.matrix.CaliperMatrix | S3 method to convert all cores in a CaliperMatrix to R... |
| as.matrix.MatrixCurrency | Generic to convert MatrixCurrency class to an R matrix |
| CaliperClass | R class representing GISDK objects |
| CaliperMatrix | CaliperMatrix class |
| caliperR | caliperR: Communicate with Caliper software from R |
| cash-.CaliperClass | S3 method for calling 'CaliperClass' object methods |
| cash-.CaliperMatrix | S3 method for calling 'CaliperMatrix' object attributes |
| cash-.GisdkClass | S3 method for calling 'GisdkClass' object methods |
| cash-set-.CaliperClass | S3 method for assigning 'CaliperClass' object attributes |
| cash-set-.CaliperMatrix | Send matrix data back to Caliper software |
| checkIfValidBinFile | Checks if filename is a valid .bin file |
| close_views | Close all views open in Caliper software |
| compile_gisdk | Compiles a GISDK script file into a UI |
| connect | Create a connection to a Caliper software product |
| connected | Checks if R is connected to Caliper software |
| convertColClasses | Coerces data.frame columns to the specified classes |
| convert_nulls_and_slashes | Converts R's 'NA', 'NULL', and '/' to formats GISDK can use |
| convert_to_named_array | Used internally to convert R's named vectors/lists to GISDK... |
| convert_to_named_list | Used to convert GISDK named arrays to R's named lists. |
| correct_empty_columns | Correct the type for empty columns |
| CreateObject | Creates an R object that reprents a GISDK object |
| create_unique_view_name | Creates a view name unique in the current Caliper session |
| create_view | Creates a new Caliper view with data from a data.frame |
| df_from_view | Converts a Caliper view into an R data.frame |
| df_to_view | Converts a data.frame into a view. |
| disconnect | Close the COM connection to Caliper software and kills the... |
| getByteLength | Return the byte length for each R data type |
| getDisplayLength | Return the display length for each R data type |
| GetInterface | Retrieves the current GISDK interface |
| get_package_variable | Gets the value of a 'caliperR' package-wide variable |
| GisdkClass | R class that gives access to GISDK functions |
| is_file_path | Checks to see if a string looks like a file path |
| is_gisdk_named_array | Checks if an object is a GISDK named array |
| make_MatrixCurrency | Creates a matrix_currency object |
| MatrixCurrency-class | The matrix currency class |
| process_gisdk_args | Convert R arguments into GISDK flavors |
| process_gisdk_result | Converts GISDK output into R structures |
| read_bin | Read a bin file |
| read_bin_without_com | Read the bin matrix into a data table without a COM... |
| read_log | Shows the Caliper log file |
| RNaToTcMiss | Convert R NAs to TransCAD missing values |
| RTypeToTcType | Convert R datatype strings to TransCAD type string |
| RunFunction | Runs a GISDK function |
| RunMacro | Runs a GISDK macro |
| SetAlternateInterface | Change the Caliper UI |
| set_package_variable | Sets the value of a package-wide variable |
| setupTcCommandPrompt | Configures the environment for TransCAD |
| split_matrix | Splits a matrix by row and column indices |
| summary.CaliperMatrix | S3 method for summarizing a 'CaliperMatrix' |
| TcMissToRNa | Convert TransCAD missing values to R NAs |
| TcTypeToRType | Convert TransCAD type string to R datatype strings |
| TcTypeToRType2 | Convert TransCAD type string to R datatype strings |
| update_view | Updates an existing Caliper view with data from a data.frame |
| write_bin | Write data table into bin file |
| write_bin_using_com | Uses Caliper software over COM to write a bin file. |
| write_bin_without_com | Write a FFB (.bin) file without a COM connection |
| writeDcbFile | Write data table's dcb file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.