ankemt / MEAanalysis

GNU General Public License v3.0
0 stars 0 forks source link

Create functionality that confirms file is MEA #9

Open bvreede opened 3 years ago

bvreede commented 3 years ago

Parsing a MEA file with this package should include first and foremost that the package confirms that an input file is an MEA file. Having an exported function that checks this (e.g. confirm_MEA_file) and returns TRUE/FALSE can be useful for a user, but should also become the first step in any MEA parsing files.

Items that are used in parsing and that should be verified in this function:

See also #14 for verification of treatment design file.