HIC.maint: Batch process folder for converting maintenance Excel files...

Description Usage Arguments Details Value Examples

View source: R/ReadinXLSfiles.R

Description

This function was specifically made to convert the excel sensor maintenance files into csv files that can be easily read into R.

Usage

1
HIC.maint(input.directory, output.directory)

Arguments

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(\\).

Details

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.

Value

A folder of csv files with the same name as the input excel files.

Examples

1
HIC.maint("C:/Rdata/MaintenanceFiles", "MaintenanceFilesCSV")

pgelsomini/HICbioclean documentation built on Dec. 28, 2021, 5:22 p.m.