read_result | R Documentation |
read_result()
reads data that was generated by JACUSA2 and creates a JACUSA2 result object.
read_result( file, cond_desc = c(), unpack = FALSE, tmpdir = tempdir(), showProgress = FALSE, ... )
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'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.