Closed shah-in-boots closed 6 months ago
There are several issues with the conversion of annotations between the egm object and the underlying *.ann files from the WFDB.
egm
WFDB
EGM::annotation_table("pks", sample = seq(1, 100, 11)) #> Error in `df_list()`: #> ! Can't recycle `time` (size 0) to match `sample` (size 10).
Created on 2024-05-16 with reprex v2.1.0
To fix this, we likely need to do the following...
There are several issues with the conversion of annotations between the
egm
object and the underlying *.ann files from theWFDB
.Created on 2024-05-16 with reprex v2.1.0
To fix this, we likely need to do the following...
egm
files