Description Usage Arguments Examples
View source: R/read_muse_xml_directory.R
Read a directory of XML ECGs exported from MUSE. Returns an array of size (n_xmls, 5000, 12, 1).
1 | read_muse_xml_directory(xml_directory)
|
xml_directory |
Text string with the path to the xml files. |
1 2 3 4 | ## Not run:
ecgs <- read_muse_xml_directory("data/muse_xml/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.