muse_diagnoses | R Documentation |
Generate a data frame of all values from 'StmtFlag' and 'StmtText' nodes within the 'OriginalDiagnosis' and 'Diagnosis' sections of an XML file.
muse_diagnoses(file)
file |
Path to the input XML file |
file <- muse_example("muse/muse_ecg1.xml")
diagnoses <- muse_diagnoses(file)
dplyr::count(diagnoses, value, sort = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.