myreadxl: Read all xl files

View source: R/myreadxl.R

myreadxlR Documentation

Read all xl files

Description

This function will read a collection of xls files into R's workplace

Usage

myreadxl(dird = "D:/MATH4773-5773/DATA/Excel/")

Arguments

dird

this is the directory structure as a string

Details

This will greatly reduce the amount of work needed to perform analyses since the reading of files can be time consuming.

Value

a named list of the files read

Examples

## Not run: 
v<-myreadxl()

## End(Not run)

MATHSTATSOU/Intro2R documentation built on Feb. 20, 2025, 6:18 a.m.