## Load the data
data(harwood)
## Write the data as csv
write.table(harwood,file="harwood.csv",sep=",",quote=FALSE,row.names=FALSE)
## Now read the file as a new data frame
harwood=readEddyPro('harwood.csv')
Run the code above in your browser using DataLab