read_acq_txt | R Documentation |
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
read_acq_txt(acq_txt_file, ...)
acq_txt_file |
A .txt or .txt.gz file created by acq2txt |
## Not run:
acq_data <- read_acq_txt("~/temp_acq/nmap016.txt.gz", na.strings=".")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.