cts5_readalltech: All technical file in a data Frame

View source: R/CTS5_USEA_technical.R

cts5_readalltechR Documentation

All technical file in a data Frame

Description

read all _technical.txt files and return results in a data.frame

Usage

cts5_readalltech(
  pattern = ".*_technical.*.txt",
  filenames = NULL,
  CycleNumber = NULL,
  include_tech0 = FALSE,
  FromLastReset = FALSE
)

Arguments

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

Value

a data.frame

Examples


## Scan Alarms
tech<-cts5_readalltech()
cbind(tech$Cycle_Number,tech$Pattern_Number,tech[,grep("ALARM",colnames(tech))])



EdLeymarie/USEA_R documentation built on July 16, 2025, 1 p.m.