Skip to contents

read_result() reads data that was generated by JACUSA2 and creates a JACUSA2 result object.

Usage

read_result(
  file,
  cond_desc = c(),
  unpack = FALSE,
  tmpdir = tempdir(),
  showProgress = FALSE,
  ...
)

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`.