Learn R Programming

AHPWR (version 0.1.0)

ler: 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)

Value

Returns a list containing the paired arrays from the excel file

Arguments

caminho

Address to an excel file that contains the worksheets

Author

Lyncoln Oliveira

Examples

Run this code
caminho  <- system.file("tests", "test_import.xlsx", package = "xlsx")
lista = ler(caminho)

Run the code above in your browser using DataLab