ler: Read an excel file containing the paired matrices and turn...

View source: R/ler.R

lerR 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)


AHPWR documentation built on Dec. 7, 2022, 1:10 a.m.