read_result()
reads data that was generated by JACUSA2 and creates a JACUSA2 result object.
Arguments
- file
String that represents the file name of the JACUSA2 output or an URL.
- cond_desc
Vector of strings that represent names/descriptions for conditions.
- unpack
Boolean or vector of fields to be unpacked.
- tmpdir
String @see `data.table::fread`.
- showProgress
Boolean @see `data.table::fread`.
- ...
parameters forwarded to `data.table::fread`.