View source: R/CTS5_USEA_technical.R
cts5_readalltech | R Documentation |
read all _technical.txt files and return results in a data.frame
cts5_readalltech(
pattern = ".*_technical.*.txt",
filenames = NULL,
CycleNumber = NULL,
include_tech0 = FALSE,
FromLastReset = FALSE
)
pattern |
pattern used to select files |
filenames |
vector of files to read. exclude all other options |
CycleNumber |
vector of cycle number to read. If Null, all technical files are read. |
include_tech0 |
If True, include 00_technical files |
FromLastReset |
IF True, start from the last 00_technical files |
a data.frame
## Scan Alarms
tech<-cts5_readalltech()
cbind(tech$Cycle_Number,tech$Pattern_Number,tech[,grep("ALARM",colnames(tech))])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.