myreadxl | R Documentation |
This function will read a collection of xls files into R's workplace
myreadxl(dird = "D:/MATH4773-5773/DATA/Excel/")
dird |
this is the directory structure as a string |
This will greatly reduce the amount of work needed to perform analyses since the reading of files can be time consuming.
a named list of the files read
## Not run:
v<-myreadxl()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.