# NOT RUN {
# Example to check the input file format
library("ie2misc")
# Copy and paste the following code into the R console if you
# wish to see the .exp input file format.
# Note the number of lines and the row headings.
file.show(system.file("extdata", "01110000_PEAK_WATSTORE.EXP",
package = "ie2misc"), title = paste("01110000_PEAK_WATSTORE.EXP"))
# opens the .exp file using the default text editor or within RStudio
# Examples to show you different output cases
expFileOutput(output = "csv") # returns .csv files
# Follow the file dialog instructions
expFileOutput(output = "xlsx") # returns .xlsx files
# Follow the file dialog instructions
expFileOutput(output = "both") # returns .csv and .xlsx files
# Follow the file dialog instructions
# Examples to show you different output cases (BATCH)
expFileOutputBATCH(output = "csv") # returns .csv files
# Follow the file dialog instructions
expFileOutputBATCH(output = "xlsx") # returns .xlsx files
# Follow the file dialog instructions
expFileOutputBATCH(output = "both") # returns .csv and .xlsx files
# Follow the file dialog instructions
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab