TPMplt (version 0.1.0)

TMZdatainput: 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 API4TMZ.

Value

A summary data frame for all input files.

Examples

Run this code
# NOT RUN {
variable1 <- c("factor11", "factor12", "factor13")
variable2 <- c("factor21", "factor22")
variable3 <- c("factor31", "factor32", "factor33", "factor34")
conditions <- list(variable1, variable2, variable3)
SummaryTable <- TMZdatainput(Cdl=conditions, wd="/Your_Directory_for_data/")
SummaryTable
# }

Run the code above in your browser using DataCamp Workspace