run_abimo | R Documentation |
Run Abimo with Input Data or Input File
run_abimo(
input_file = NULL,
input_data = NULL,
output_file = NULL,
config_file = NULL,
config = NULL,
tag = latest_abimo_version(),
read_intermediates = FALSE
)
input_file |
path to input dbf file |
input_data |
data frame from which a temporary input file is to be generated |
output_file |
path to output file. By default the output file has the same name as the input file with "_result" appended |
config_file |
optional. Path to config.xml file |
config |
optional. Configuration object of class "abimoConfig", as
returned by |
tag |
version tag of Abimo release to be used, see https://github.com/KWB-R/abimo/releases. |
read_intermediates |
if |
data frame, read from dbf file that was created by Abimo.exe.
If read_intermediates
is TRUE
, intermediate results are
returned in the attribute "intermediates"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.