powered by
read_ube parses a binary UBE file, returning a data frame with ECG records and timestamps
read_ube
read_ube(ube_path)
Path to UBE file.
A data.frame with columns timestamp (POSIXct) and ecg (numeric)
# NOT RUN { # File path to sample data fp <- system.file("extdata", "max_ecg_190826b.ube", package = "beats") # Read ube file ecg_data <- read_ube(fp) # }
Run the code above in your browser using DataLab