Skip to contents

Reads in table from a prism pzfx file.

Usage

read_pzfx_with_hash(pzfx_file_path, ...)

Arguments

pzfx_file_path

path to pzfx file

...

additional arguments to digest or read_pzfx

Value

data within the table of the pzfx file

Examples

if (FALSE) { # \dontrun{
read_pzfx_with_hash("mydata.pzfx", table = "experiment1")
} # }