ler {AHPWR} | R Documentation |
Function to Read an excel file containing the paired matrices and turn all your spreadsheets into a list of matrices in Re
ler(caminho)
caminho |
Address to an excel file that contains the worksheets |
Returns a list containing the paired arrays from the excel file
Lyncoln Oliveira
caminho <- system.file("tests", "test_import.xlsx", package = "xlsx")
lista = ler(caminho)