TMZdatainput {TPMplt} | R Documentation |
Read multiple files exported from Thermec Master-Z tester
Description
Read data from multiple files with structurized file names, then generate a summary data frame. It will also be available for the files from other tester apparatus by correct setting.
Usage
TMZdatainput(makeidx = FALSE, ...)
Arguments
makeidx |
A boolean value to control the index column, inserted in the first column. Default setting is FALSE. |
... |
Arguments to be passed to |
Value
A summary data frame for all input files.
Examples
variable1 <- c("factor11", "factor12", "factor13")
variable2 <- c("factor21", "factor22")
variable3 <- c("factor31", "factor32", "factor33", "factor34")
conditions <- list(variable1, variable2, variable3)
## Not run:
SummaryTable <- TMZdatainput(Cdl=conditions, wd="/Your_Data_Directory/")
## End(Not run)
[Package TPMplt version 0.1.4 Index]