Convert a DAQ file to HDF5 using undaqTools package in Python
read_daq_and_save_to_hdf5.Rd
Convert a DAQ file to HDF5 using undaqTools package in Python
Examples
if (FALSE) {
library(reticulate)
use_virtualenv("r-reticulate")
read_daq_and_save_to_hdf5("path/to/daq/file/myfile.daq")
}