Run winkliq executable

winkliq_run(input_file, printo_file = "kliqfindr.printo",
  param_file = "basic.param", working_dir = NA, get_place = TRUE,
  overwrite = TRUE)

Arguments

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

Value

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

Examples

res <- winkliq_run('stanne.list') names(res)
#> [1] "error_code" "output_dir" "place"
head(res$place[,c('actor', 'subgroup')], n=4)
#> actor subgroup #> 1 1 4 #> 2 2 4 #> 3 4 1 #> 4 19 2