read_result: Read JACUSA2 result file

View source: R/io.R

read_resultR Documentation

Read JACUSA2 result file

Description

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


dieterich-lab/JACUSA2helper documentation built on March 1, 2023, 12:09 a.m.