cts5_readProfile: cts5_readProfile : Concat .csv files to one data.frame

cts5_readProfileR Documentation

cts5_readProfile : Concat .csv files to one data.frame

Description

read NKE .csv ASCII files obtained from cts5_decode and concat them into a list

Usage

cts5_readProfile(
  floatname = "",
  CycleNumber,
  PatternNumber = 1,
  sensors = CTS5_supported_sensors,
  dec = ".",
  include.inifile = F,
  csv.subdir = "./CSV"
)

Arguments

floatname

hexa name of the float. If "", the floatname will automatically found.

CycleNumber

numeric : number of the cycle to decode

PatternNumber

numeric : number of the Pattern to decode

sensors

list of sensor to decode

dec

decimal character in ASCII

include.inifile

If True, read the corresponding iniFile and add it to the list.

Value

a list containing the data

Examples


login="lovuse001a"

Meta<-cts5_readMetaSensor()

cts5_decode(CycleNumber=c,PatternNumber = p,subdir="./CSV")

dataprofile<-cts5_readProfile(CycleNumber=c,PatternNumber = p,include.inifile=T)

dataprofile<-cts5_ProcessData(Meta$SENSORS,dataprofile)


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