Learn R Programming

stoichUtilities (version 1.0.2)

verifySTOICH: Check STOICH Data Table Format

Description

Checks if the STOICH data tables loaded from release files are in the proper format for joining and filtering.

Usage

verifySTOICH(dataTables)

Value

True if the STOICH data tables are the correct format or stop and return the first error found if an incorrect format is detected.

Arguments

dataTables

The STOICH data tables loaded using loadSTOICH.

Author

Chad Petersen cpetersen4@unl.edu

Examples

Run this code
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