Run winkliq executable
winkliq_run(input_file, printo_file = "kliqfindr.printo", param_file = "basic.param", working_dir = NA, get_place = TRUE, overwrite = TRUE)
input_file | The path to the input datafile |
---|---|
printo_file | The path to the printo config file |
param_file | The path to the kliqfind.par config file |
working_dir | The path to the working directory |
get_place | Whether to read the place file |
overwrite | Whether to overwrite input files in working directory |
A list containing the error code from system2 (0 for success), the output directory, and optionally the place file output read in as a data frame
#> [1] "error_code" "output_dir" "place"#> actor subgroup #> 1 1 4 #> 2 2 4 #> 3 4 1 #> 4 19 2