read_epg | R Documentation |
The function read_epg data reads in EPG data.
read_epg(data, extension = c("txt", "ANA", "csv"))
data |
As with other read_x functions, insert the file path for the data file here. If there are multiple files, they must be read in one at a time such as by using lapply. |
extension |
The file extension for the raw data that is to be read. The options are txt, ANA, and csv. If no extension is indicated, txt will be chosen by default. |
Three file formats are supported: raw data text files with format time;volts, ANA annotation files with columns in order waveform, time, and volts (they do not need to be named), and lastly csv files of combined raw data and annotations with columns labeled time, volts, and waveform.
A tibble object corresponding to the type of data input is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.