Description Usage Arguments Details Value Examples
View source: R/ReadinXLSfiles.R
This function was specifically made to convert the excel sensor maintenance files into csv files that can be easily read into R.
1 | HIC.maint(input.directory, output.directory)
|
input.directory |
folder directory of Excel files. No back slashes(\), only use forward slashes(/) or double back slashes(\\). |
output.directory |
folder directory where you would like to save the csv files. No back slashes(\), only use forward slashes(/) or double back slashes(\\). |
It batch processes all the files inside a given folder.
If you don't provide a full path to the output directory then it will be placed in your working directory.
A folder of csv files with the same name as the input excel files.
1 | HIC.maint("C:/Rdata/MaintenanceFiles", "MaintenanceFilesCSV")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.