read_acq_txt: Read a text file generated by acq2txt

View source: R/read_physio.R

read_acq_txtR Documentation

Read a text file generated by acq2txt

Description

At present, this is just a thin wrapper around fread, which reads in the Acqknowledge txt file of the physio acquisition. Given that the acq2hdf5 approach seems both faster and more robust, I've developed that in greater depth and this remains as more of a useful stub

Usage

read_acq_txt(acq_txt_file, ...)

Arguments

acq_txt_file

A .txt or .txt.gz file created by acq2txt

Examples

## Not run: 
  acq_data <- read_acq_txt("~/temp_acq/nmap016.txt.gz", na.strings=".")

## End(Not run)

PennStateDEPENdLab/experiment.pipeline documentation built on April 14, 2024, 9:37 p.m.