if (FALSE) {
# Open Excel file delivered along with the package
file <- system.file("extdata", "grid_01.xlsx", package = "OpenRepGrid")
rg <- importExcel(file)
# To see the structure of the Excel file try to open it as follows.
# Requires Excel to be installed.
system2("open", file)
# Import more than one Excel file
files <- system.file("extdata", c("grid_01.xlsx", "grid_02.xlsx"), package = "OpenRepGrid")
rg <- importExcel(files)
}
Run the code above in your browser using DataLab