Runs a series of checks to identify missing or malformed metadata and corrects issues when possible. Ensures that column formats conform to expectations.
Examples
metadata <- meta_read(system.file("extdata", package = "eemanalyzeR"))
#> No Meta file specified, using:
#> /home/runner/work/_temp/Library/eemanalyzeR/extdata/metadata_example.csv
metadata <- eemanalyzeR:::meta_check(metadata)
