Hello,
I am using the R code provided in the documentation to extract the raw data. When running it, I understand that it drops out all the comments line (starting with a ‘#’), including the ‘User info’ line. I have tried a very straightforward way to resolve this problem by only removing the ‘#’ at the begining of the line, but as expected, it doesn’t result in a very useful dataset.
I was wondering if there is a better way to extract this line and adding it as a new column using the ‘read.pcibex()’ function.
Thank you very much!
Aymeric