powered by
Checks if the STOICH data tables loaded from release files are in the proper format for joining and filtering.
verifySTOICH(dataTables)
True if the STOICH data tables are the correct format or stop and return the first error found if an incorrect format is detected.
The STOICH data tables loaded using loadSTOICH.
Chad Petersen cpetersen4@unl.edu
if (FALSE) { # Load the data stoichData <- loadSTOICH(dataPath="C:/Users/example_user/STOICH_data_location") verifySTOICH(stoichData) }
Run the code above in your browser using DataLab