powered by
Function to Read an excel file containing the paired matrices and turn all your spreadsheets into a list of matrices in Re
ler(caminho)
Returns a list containing the paired arrays from the excel file
Address to an excel file that contains the worksheets
Lyncoln Oliveira
caminho <- system.file("tests", "test_import.xlsx", package = "xlsx") lista = ler(caminho)
Run the code above in your browser using DataLab