wfdb_annotation_labels()
wfdb_annotation_labels(symbol = c("N", "V"))
ann <- annotation_table(
annotator = "example",
sample = c(100L, 200L),
type = c("N", "V")
)
wfdb_annotation_decode(ann)
Run the code above in your browser using DataLab