Read in EPG data files
read_epg.Rd
The function read_epg data reads in EPG data.
Usage
read_epg(data, extension = c("txt", "ANA", "csv"))
Arguments
- 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.