diagnosis: diagnosis Return whether a list of files (in a specific...

View source: R/diagnosisNamefile.r View source: R/diagnosis.r

diagnosisR Documentation

diagnosis Return whether a list of files (in a specific repository) has the same number and the same name of columns (required to run ptrvList functions)

Description

diagnosis Return whether a list of files (in a specific repository) has the same number and the same name of columns (required to run ptrvList functions)

Usage

diagnosis(listFiles, sep = sep)

diagnosis(listFiles, sep = sep)

Arguments

listFiles

the list of files to be read

sep

separator of the files

Value

a list containing ncol (the number of column in each file) and colnames (the colnames in each file). They should be identical.


ChemoSens/PTRMSR documentation built on June 15, 2025, 10:40 a.m.