Learn R Programming

IgorR (version 0.4)

ReadIgorPackedExperiment: Reads an Igor Pro Packed Experiment (.pxp) file

Description

Note that pxp files are only partially documented so some contents cannot be parsed (e.g. image data). Furthermore for the time being this function only reads data records (Igor waves and variables) but ignores e.g. history, program code etc.

Usage

ReadIgorPackedExperiment(pxpfile, Verbose = FALSE,
    StructureOnly = FALSE, regex, ...)

Arguments

pxpfile
Character vector naming a PXP file or an R connection
Verbose
whether to print information to console during loading (numeric values are also allowed 0=none, 1=basic, 2=all)
StructureOnly
TODO Only the structure of the pxp file for inspection
regex
only read records (e.g. waves) in the pxp file whose names match a regex
...
Optional parameters passed to ReadIgorBinary

Value

  • A list containing all the individual waves or variables in the pxp file

Examples

Run this code
r=ReadIgorPackedExperiment(system.file("igor","testexpt.pxp",package="IgorR"))

Run the code above in your browser using DataLab