# NOT RUN {
library("ie2misc")
# Example to check the input file format
# Copy and paste the following code into the R console if you
# wish to see the ADAPS .rdb input file format.
# Note the number of lines and the row headings.
file.show(system.file("extdata", "spring_creek_partial.rdb",
package = "ie2misc"), title = paste("spring_creek_partial.rdb"))
# opens the .rdb file using the default text editor
# Examples to change (an) ADAPS .rdb file(s) interactively and
# non-interactively
adaps2(system.file("extdata", "spring_creek_partial.rdb",
package = "ie2misc"))
adaps() # default where interactive = TRUE
# Follow the file dialog instructions
adaps(interactive = FALSE)
# Follow the file dialog instructions
# Example to change a directory of ADAPS .rdb files
adapsBATCH()
# Follow the file dialog instructions
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab