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