View source: R/diagnosisNamefile.r View source: R/diagnosis.r
diagnosis | R 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)
diagnosis(listFiles, sep = sep)
diagnosis(listFiles, sep = sep)
listFiles |
the list of files to be read |
sep |
separator of the files |
a list containing ncol (the number of column in each file) and colnames (the colnames in each file). They should be identical.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.